mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-12 09:17:13 +00:00
change role for allocation table multiselect (#11264)
This commit is contained in:
@@ -311,7 +311,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