change role for allocation table multiselect (#11264)
This commit is contained in:
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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue