mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
API v34 required for plugin support
This commit is contained in:
@ -256,6 +256,11 @@ class InvenTreeAPI {
|
||||
return apiVersion >= 14;
|
||||
}
|
||||
|
||||
// True plugin support requires API v34 or newer
|
||||
bool supportPlugins() {
|
||||
return apiVersion >= 34;
|
||||
}
|
||||
|
||||
/*
|
||||
* Connect to the remote InvenTree server:
|
||||
*
|
||||
|
Reference in New Issue
Block a user