https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36594
CJ Lynce <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes the display of |This fixes the display of release notes|library hours in the staff |library hours in the staff |interface (Administration > |interface (Administration > |Basic parameters > |Basic parameters > |Libraries): |Libraries): |- If there are |This patch |no opening and closing |corrects the following |times entered for all the |issues related to the |days of the week, then the |display of library |library hours column |-Newly |displays as "Library hours |created or edited libraries |not set" (instead of |no longer display 'null' |displaying a table with all |for undefined open and |the days and null for each |close times. |time; editing the library, |-Libraries |without entering any times, |without any defined hours |was also displaying the |will state such instead of |table). |displaying the hours table. |- If no values are |-The CalendarFirstDayOfWeek |entered for a day's opening |system preferences is now |and closing times, the |respected when viewing a |library is considered |library with defined hours. |closed and now displays as |-Time displays and inputs |"Closed" for the day |now follow the TimeFormat |(instead of displaying |system preference. |null). |-Times |- The opening and |are no longer displayed |closing times are now |with seconds. |displayed in the format |-A TT filter, |HH:MM (instead of |KohaTimes, has been added |HH:MM:SS). |to handle proper formatting |- The |of time strings based on |CalendarFirstDayOfWeek |systems preferences. |system preference is now | |used when viewing a library | |with opening and closing | |times set (instead of | |always displaying Sunday as | |the first day of the week). | Status|Failed QA |Needs Signoff --- Comment #19 from CJ Lynce <[email protected]> --- Here's and update patch that addresses a myriad of display issues brought up in Comment 1, 12, and 15, with the exception of the topics in bug_36079 (integrating the calendar and hours better) and bug_37662 (string changes) I added a new KohaTimes filter for TT to handle the 12/24 hour formatting (KohaDates does not handle time-only inputs) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
