change role for allocation table multiselect (#11264)

This commit is contained in:
Jacob Felknor
2026-02-10 09:53:29 +11:00
committed by GitHub
parent 5e80e4b13e
commit 026011131e
@@ -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,