2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-26 05:15:55 +00:00

permission added

This commit is contained in:
2021-05-18 11:51:08 +02:00
parent 9a42421852
commit 900f707ff9
2 changed files with 3 additions and 0 deletions

View File

@@ -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 = [