refs #21483 [fid] vufind changes to delete orders
* no security question as of now * wont work without expansion of fidis * added route for order deletion (requires admin rights) * config parameters displayCols defines, 'delete' for the delete button * using font awesome for the fa-trash symbol, can be overwritte in field-delete.html * design changes for orderDelete * Code Stlye changes to Delete Order Modal ** Modal has its own template now, only rendered when activated via config ** fixed a bug where the default fid delete button would have missed crucial info and had just outright deleted the entry ** known problem: the delete route is actually reacheable for any one user but will be rebuffed by fidis itself, still not entirely clean
Showing
- fid/languages/fid/de.ini 3 additions, 0 deletionsfid/languages/fid/de.ini
- fid/languages/fid/en.ini 3 additions, 0 deletionsfid/languages/fid/en.ini
- module/fid/config/module.config.php 11 additions, 0 deletionsmodule/fid/config/module.config.php
- module/fid/src/Controller/OrderController.php 28 additions, 0 deletionsmodule/fid/src/Controller/OrderController.php
- module/fid/src/Service/Client.php 20 additions, 0 deletionsmodule/fid/src/Service/Client.php
- themes/fid/templates/fid/order/list/delete-confirmation-modal.phtml 44 additions, 0 deletions.../templates/fid/order/list/delete-confirmation-modal.phtml
- themes/fid/templates/fid/order/list/entry.phtml 1 addition, 1 deletionthemes/fid/templates/fid/order/list/entry.phtml
- themes/fid/templates/fid/order/list/field-delete.phtml 12 additions, 0 deletionsthemes/fid/templates/fid/order/list/field-delete.phtml
- themes/fid/templates/fid/order/list/table.phtml 4 additions, 0 deletionsthemes/fid/templates/fid/order/list/table.phtml
Please register or sign in to comment