mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-11 22:54:17 +00:00
(cherry picked from commit 026011131e)
Co-authored-by: Jacob Felknor <jacobfelknor073@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0f45e3e1e9
commit
45fcd52a77
@@ -304,7 +304,7 @@ export default function BuildAllocatedStockTable({
|
||||
},
|
||||
enableBulkDelete: allowEdit && user.hasDeleteRole(UserRoles.build),
|
||||
enableDownload: true,
|
||||
enableSelection: allowEdit && user.hasDeleteRole(UserRoles.build),
|
||||
enableSelection: allowEdit && user.hasChangeRole(UserRoles.build),
|
||||
rowActions: rowActions,
|
||||
tableActions: tableActions,
|
||||
tableFilters: tableFilters,
|
||||
|
||||
Reference in New Issue
Block a user