2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Looks like dropdown_search is the way to go!

This commit is contained in:
Oliver
2021-07-26 17:21:17 +10:00
parent ca4297ae6d
commit d07b704014
7 changed files with 97 additions and 87 deletions

View File

@ -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/";