mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-26 05:15:55 +00:00
permission added
This commit is contained in:
@@ -725,6 +725,7 @@ class PartCreate(AjaxCreateView):
|
||||
|
||||
class PartImport(FileManagementFormView):
|
||||
''' Part: Upload file, match to fields and import parts(using multi-Step form) '''
|
||||
permission_required = 'part.add'
|
||||
|
||||
class MyFileManager(FileManager):
|
||||
REQUIRED_HEADERS = [
|
||||
|
Reference in New Issue
Block a user