http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11211 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #38 from Kyle M Hall <kyle@bywatersolutions.com> ---
1. The sorting of dates from comment 27 and attachment 33415 [details]
We'll look into this.
3. If I add a weekly repeating event, like saying the library is closed every Friday, I click on "Save" and then I get a page that just says "Fridays". No Koha UI or anything, just that word. If I view source, the source also contains nothing but the word "Fridays". No HTML or anything like that. If I open the URL for the intranet main page and navigate to Tools > Calendar the same thing happens, I get just the word "Fridays". If I go into the database and delete the relevant entry from repeatable_holidays, the calendar displays as it should again.
I think you may be seeing bug 13097, which I don't believe is directly related to this patch. However, if you are not seeing this problem without this patch, I am probably wrong ; )
4. With this patch applied you now get to choose if the library is open or closed when you add an event. As far as I can tell, the special_holidays.isexception field is used to record open/closed. But the description for this field is "is this a holiday exception to a repeatable holiday (1 for yes, 0 for no)". Is open/closed a sensible use/interpretation of this field? I am not sure of the usage, so I am only raising this as a question.
Good question. I'll ask Jesse to take a look at this. -- You are receiving this mail because: You are watching all bug changes.