2
0
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:
Jacob Felknor
2026-02-09 15:53:29 -07:00
committed by GitHub
parent 5e80e4b13e
commit 026011131e

View File

@@ -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,