mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Tweak required roles (#630)
- Ref: https://github.com/inventree/InvenTree/pull/9506
This commit is contained in:
parent
e11382b3b4
commit
5ec86c4ade
3 changed files with 3 additions and 3 deletions
|
|
@ -644,7 +644,7 @@ class InvenTreeStockLocation extends InvenTreeModel {
|
|||
static const String MODEL_TYPE = "stocklocation";
|
||||
|
||||
@override
|
||||
List<String> get rolesRequired => ["stock_location"];
|
||||
List<String> get rolesRequired => ["stock"];
|
||||
|
||||
String get pathstring => getString("pathstring");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue