[Bug 7545] New: can't edit items
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Bug #: 7545 Summary: can't edit items Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: ASSIGNED Severity: blocker Priority: P5 - low Component: Cataloging AssignedTo: nengard@gmail.com ReportedBy: nengard@gmail.com QAContact: koha.sekjal@gmail.com Depends on: 6875 when trying to edit items you get the following: Bareword "C4::Search::enabled_staff_search_views" not allowed while "strict subs" in use at /home/nengard/kohaclone/cataloguing/additem.pl line 715. Bareword "C4::Search::enabled_staff_search_views" not allowed while "strict subs" in use at /home/nengard/kohaclone/cataloguing/additem.pl line 485. Execution of /home/nengard/kohaclone/cataloguing/additem.pl aborted due to compilation errors. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> 2012-02-15 19:49:31 UTC --- Created attachment 7663 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7663 Bug 7545: Can't edit items This patch makes it so that you can click 'edit items' and actually edit items. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 --- Comment #2 from Liz Rea <wizzyrea@gmail.com> 2012-02-15 19:53:51 UTC --- Created attachment 7664 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7664 [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> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #7663|0 |1 is obsolete| | -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Liz Rea <wizzyrea@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high Status|Needs Signoff |Signed Off CC| |wizzyrea@gmail.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> 2012-02-16 09:08:03 UTC --- I don't have this error whitout this patch. My perl version is v5.14.2 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 --- Comment #4 from Liz Rea <wizzyrea@gmail.com> 2012-02-16 16:08:16 UTC --- This was on master pulled as of yesterday (15-2-12). I was able to replicate. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Ian Walls <koha.sekjal@gmail.com> 2012-02-16 16:25:04 UTC --- Re-enables lost dependency on C4::Search in additems.pl. Marking as Passed QA -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |paul.poulain@biblibre.com --- Comment #6 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-16 17:28:20 UTC --- 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 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 --- Comment #7 from Paul Poulain <paul.poulain@biblibre.com> 2012-02-16 17:30:20 UTC --- Note that this bug has been pushed on new/bug_6875 branch as it can be considered as a follow-up -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7545 Bug 7545 depends on bug 6875, which changed state. Bug 6875 Summary: de-nesting C4 packages http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6875 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org