There was an error fetching the commit references. Please try again later.
refs #19268 [finc] cover loader performance boost
* avoid redirect after list action in layout context ** override Vufind CartController::redirectToSource for bulk export and mail ** override Vufind CartController::deleteAction for bulk delete ** override Vufind RecordController::saveAction for saving favorites on result list * use empty template for rendering messages in lightbox ** override Vufind RecordController::processSave instead of saveAction ** render messages in new message.phtml
Showing
- module/finc/config/module.config.php 3 additions, 0 deletionsmodule/finc/config/module.config.php
- module/finc/src/finc/Controller/CartController.php 138 additions, 0 deletionsmodule/finc/src/finc/Controller/CartController.php
- module/finc/src/finc/Controller/RecordController.php 51 additions, 0 deletionsmodule/finc/src/finc/Controller/RecordController.php
- themes/finc/templates/default/flash-message.phtml 1 addition, 0 deletionsthemes/finc/templates/default/flash-message.phtml
Please register or sign in to comment