[Bug 6571] New: advanced notice says 'unknown'
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 Bug #: 6571 Summary: advanced notice says 'unknown' Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: nengard@gmail.com QAContact: koha-bugs@lists.koha-community.org Created attachment 4612 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=4612 advanced says unknown The label for advanced notices says 'unknown' - see attached. This is probably the same problem we saw in bug 6530 and others that i know were reported about labels changing to 'unknown'. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> 2011-07-14 19:14:55 UTC --- This patch http://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=77167b3b1769... 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'") -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2011-07-14 19:18:55 UTC --- [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=27b559e495e7... [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? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com Component|Templates |Installation and upgrade | |(web-based installer) AssignedTo|oleonard@myacpl.org |henridamien@koha-fr.org --- Comment #3 from Owen Leonard <oleonard@myacpl.org> 2011-08-08 18:05:46 UTC --- So what do we do here? Put the update into updatedatabase again on the chance that others missed it? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 --- Comment #4 from Nicole C. Engard <nengard@gmail.com> 2011-08-08 20:33:22 UTC --- I'm okay with that ... if others are. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6571 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Version|master |unspecified Resolution|--- |WONTFIX Assignee|henridamien@koha-fr.org |koha-bugs@lists.koha-commun | |ity.org --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org