Bug 6571 - advanced notice says 'unknown'
Summary: advanced notice says 'unknown'
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Installation and upgrade (web-based installer) (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low major (vote)
Assignee: Bugs List
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-09 12:04 UTC by Nicole C. Engard
Modified: 2014-12-07 20:03 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
advanced says unknown (23.65 KB, image/png)
2011-07-09 12:04 UTC, Nicole C. Engard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2011-07-09 12:04:29 UTC
Created attachment 4612 [details]
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'.
Comment 1 Nicole C. Engard 2011-07-14 19:14:55 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'")
Comment 2 Nicole C. Engard 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=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?
Comment 3 Owen Leonard 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?
Comment 4 Nicole C. Engard 2011-08-08 20:33:22 UTC
I'm okay with that ... if others are.

Nicole
Comment 5 Katrin Fischer 2013-04-13 22:11:20 UTC
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.