http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7001
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #67 from Paul Poulain <[email protected]> 2012-02-15 09:12:20 UTC --- (In reply to comment #65) > > As I understand it: > > * I can't edit a (all libraries) notice, I can only copy it, and that's not > > what I wanted to do. > > This isn't right. See comment 52 - the same thing happened to me on one apply, > however the next time I applied it (on a clean DB) it worked fine - try again > please? This is right, and I could understand how to reproduce the problem: it's IndependantBranches: * when it's OFF, the behaviour is the one you have (and the one I was expecting) * when it's ON, I get the http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7572 screenshot. And I'm logged-in as superlibrarian, so I should be able to edit the "all libraries" notices, isn't it ?(In reply to comment #66) > > C4/Letters.pm contains warn (+ or warn( "No subscription for > > '$externalid'" ),) > > What is the policy re warns? There are situations when processing is not > possible, we don't want to raise an exception but want to leave a trace of > what > happened. I could not see any logging. The rule is to have no unconditionnal warns. Your is conditionnal, so it's my test that was wrong, I fixed 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. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
