Skip to content
Snippets Groups Projects
Commit f636f216 authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #22589 [fid_adlr] enable admin to delete orders manually

parent 25c65eda
Branches
Tags
No related merge requests found
......@@ -52,3 +52,16 @@ permission_options[] = 'extended_access'
;fields for list of user export
;user_export_fields[] = 'id'
;configure columns of admins's order listings
;additional columns like user, edit & delete
[OrderListAdmin]
displayCols[] = 'date'
displayCols[] = 'type'
displayCols[] = 'user'
displayCols[] = 'record'
;displayCols[] = 'status'
;displayCols[] = 'dueDate'
;displayCols[] = 'edit'
displayCols[] = 'delete'
;export = true
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment