mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Looks like dropdown_search is the way to go!
This commit is contained in:
parent
ca4297ae6d
commit
d07b704014
7 changed files with 97 additions and 87 deletions
|
|
@ -93,7 +93,7 @@ class InvenTreeFileService extends FileService {
|
|||
class InvenTreeAPI {
|
||||
|
||||
// Minimum required API version for server
|
||||
static const _minApiVersion = 6;
|
||||
static const _minApiVersion = 7;
|
||||
|
||||
// Endpoint for requesting an API token
|
||||
static const _URL_GET_TOKEN = "user/token/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue