Summary: | advanced notice says 'unknown' | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED WONTFIX | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | P5 - low | CC: | chris, gmcharlt |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: | advanced says unknown |
Description
Nicole C. Engard
2011-07-09 12:04:29 UTC
This patch http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77167b3b17690ccff682d410847b13aa5ac186e8 was supposed to change this, but it had a typo: + $dbh->do("UPDATE message_attributes SET message_name = 'Advance_Notice' WHERE message_name='Advance_Notice'") It should have been: + $dbh->do("UPDATE message_attributes SET message_name = 'Advance_Notice' WHERE message_name='Advance Notice'") [15:14] <oleonard> that must have gotten corrected later, because that's not how it is in the current version [15:15] <nengard> but maybe it was fixed after i had already upgraded [15:16] <nengard> and i didn't get the update [15:17] <oleonard> http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=27b559e495e74a28dc74fdb23c17609ae509fca2 [15:18] <nengard> yeah, so by the time that patch made it to Koha I had already gone through that update to .051 so it didn't trigger it for me [15:18] <nengard> make sense? So what do we do here? Put the update into updatedatabase again on the chance that others missed it? I'm okay with that ... if others are. Nicole We haven't had a report of this problem in a long time now and noone submitted a patch to do another database update. So I am marking this as resolved wontfix for now, please reopen if this is still a problem. |