Summary: | RoutingListAddReserves must be disabled by default | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, julian.maurice, m.de.rooy, martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2894 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 19862: Turn off RoutingListAddReserves on new installations
Bug 19862: Turn off RoutingListAddReserves on new installations Bug 19862: Turn off RoutingListAddReserves on new installations |
Description
Jonathan Druart
2017-12-21 15:19:08 UTC
Created attachment 74288 [details] [review] Bug 19862: Turn off RoutingListAddReserves on new installations The RoutingListAddReserves feature currently doesn't work as expected (see bug 2894) and should be turned off for new installations until properly fixed. To test: - Run the web installer - Confirm that RoutingListAddReserves is set to "Don't place" Created attachment 75391 [details] [review] Bug 19862: Turn off RoutingListAddReserves on new installations The RoutingListAddReserves feature currently doesn't work as expected (see bug 2894) and should be turned off for new installations until properly fixed. To test: - Run the web installer - Confirm that RoutingListAddReserves is set to "Don't place" Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Should we also fix updatedatabase.pl ? (For those upgrading from 3.00 ...) Created attachment 75393 [details] [review] Bug 19862: Turn off RoutingListAddReserves on new installations The RoutingListAddReserves feature currently doesn't work as expected (see bug 2894) and should be turned off for new installations until properly fixed. To test: - Run the web installer - Confirm that RoutingListAddReserves is set to "Don't place" Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> (In reply to Julian Maurice from comment #3) > Should we also fix updatedatabase.pl ? (For those upgrading from 3.00 ...) No high risk there :) Pushed to master for 18.05, thanks to everybody involved! |