Created attachment 96193 [details] [review] Bug 24214: Fix due date formatting when sticky When checking out and sticky due date is selected, on the next screen the due date is displayed iso-formatted, instead of following the dateformat syspref Test plan: 0/ Do not apply the patch 1/ Check an item out, with a selected due date. Tick "Remember for session" 2/ Next screen you see the date like YYYY-MM-DD HH:MM regarless the value of the dateformat syspref 3/ Apply this patch 4/ Reload the page => The date is correctly formatted 5/ Check an item out => Due date is correctly set
Created attachment 96787 [details] [review] Bug 24214: Fix due date formatting when sticky When checking out and sticky due date is selected, on the next screen the due date is displayed iso-formatted, instead of following the dateformat syspref Test plan: 0/ Do not apply the patch 1/ Check an item out, with a selected due date. Tick "Remember for session" 2/ Next screen you see the date like YYYY-MM-DD HH:MM regarless the value of the dateformat syspref 3/ Apply this patch 4/ Reload the page => The date is correctly formatted 5/ Check an item out => Due date is correctly set Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Tiny template change - PQA.
Nice work everyone! Pushed to master for 20.05
backported to 19.11.x for 19.11.03 backported to 19.05.x for 19.05.08
Hi there, Could you please rebase this patch for 18.11.x?
Created attachment 98900 [details] [review] [18.11.x] Bug 24214: Fix due date formatting when sticky When checking out and sticky due date is selected, on the next screen the due date is displayed iso-formatted, instead of following the dateformat syspref Test plan: 0/ Do not apply the patch 1/ Check an item out, with a selected due date. Tick "Remember for session" 2/ Next screen you see the date like YYYY-MM-DD HH:MM regarless the value of the dateformat syspref 3/ Apply this patch 4/ Reload the page => The date is correctly formatted 5/ Check an item out => Due date is correctly set Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>