Summary: | can't edit items | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Cataloging | Assignee: | Nicole C. Engard <nengard> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | blocker | ||
Priority: | P1 - high | CC: | jonathan.druart, paul.poulain, wizzyrea |
Version: | Main | ||
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: | |||
Bug Depends on: | 6875 | ||
Bug Blocks: | |||
Attachments: |
Bug 7545: Can't edit items
[Signed Off] Bug 7545: Can't edit items |
Description
Nicole C. Engard
2012-02-15 19:48:03 UTC
Created attachment 7663 [details] [review] Bug 7545: Can't edit items This patch makes it so that you can click 'edit items' and actually edit items. Created attachment 7664 [details] [review] [Signed Off] Bug 7545: Can't edit items This patch makes it so that you can click 'edit items' and actually edit items. Signed-off-by: Liz Rea <wizzyrea@gmail.com> Works as advertised. Signed-off-by: Liz Rea <wizzyrea@gmail.com> I don't have this error whitout this patch. My perl version is v5.14.2 This was on master pulled as of yesterday (15-2-12). I was able to replicate. Re-enables lost dependency on C4::Search in additems.pl. Marking as Passed QA The problem was a consequence of de-nesting bug. Removing use C4::Search from C4::Heading resulted in C4::Search not being loaded at all on additem.pl : additem use C4::Biblio that use C4::Heading that used C4::Search. This patch fixes the problem Note that this bug has been pushed on new/bug_6875 branch as it can be considered as a follow-up |