(cherry picked from commit 026011131e)
Co-authored-by: Jacob Felknor <jacobfelknor073@gmail.com>
This commit is contained in:
parent
0f45e3e1e9
commit
45fcd52a77
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue