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'.
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.