Tweak required roles (#630)

- Ref: https://github.com/inventree/InvenTree/pull/9506
This commit is contained in:
Oliver 2025-04-15 15:45:03 +10:00 committed by GitHub
parent e11382b3b4
commit 5ec86c4ade
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

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