2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-11 14:44:18 +00:00

change role for allocation table multiselect (#11264) (#11272)

(cherry picked from commit 026011131e)

Co-authored-by: Jacob Felknor <jacobfelknor073@gmail.com>
This commit is contained in:
github-actions[bot]
2026-02-10 09:57:37 +11:00
committed by GitHub
parent 0f45e3e1e9
commit 45fcd52a77

View File

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