Summary: | admin/marctagstructure.pl needs $dbh plack scoping | ||
---|---|---|---|
Product: | Koha | Reporter: | Dobrica Pavlinusic <dpavlin> |
Component: | System Administration | Assignee: | Dobrica Pavlinusic <dpavlin> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, matthias.meusburger, paul.poulain |
Version: | 3.8 | ||
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: | |||
Bug Blocks: | 7172 | ||
Attachments: |
Bug 7799 - admin/marctagstructure.pl needs $dbh plack scoping
Bug 7799 - admin/marctagstructure.pl plack scoping Bug 7799 - admin/marctagstructure.pl plack scoping |
Description
Dobrica Pavlinusic
2012-03-22 13:05:10 UTC
Created attachment 8509 [details] [review] Bug 7799 - admin/marctagstructure.pl needs $dbh plack scoping Steps to reproduce the problem: create a new framework click on "Marc Structure" for this new framework you will have "Create framework for TEST (test) using Default" click "OK" kaboom! Created attachment 8572 [details] [review] Bug 7799 - admin/marctagstructure.pl plack scoping duplicate_framework needs $dbh so we get it from C4::Context Created attachment 8581 [details] [review] Bug 7799 - admin/marctagstructure.pl plack scoping duplicate_framework needs $dbh so we get it from C4::Context Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com> QA comment: clean solution for plack compliance ! passed QA There have been no further reports of problems so I am marking this bug resolved. |