Bug 7799

Summary: admin/marctagstructure.pl needs $dbh plack scoping
Product: Koha Reporter: Dobrica Pavlinusic <dpavlin>
Component: System AdministrationAssignee: 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:
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

    
Comment 1 Dobrica Pavlinusic 2012-03-22 13:06:02 UTC Comment hidden (obsolete)
Comment 2 Matthias Meusburger 2012-03-23 10:38:40 UTC
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!
Comment 3 Dobrica Pavlinusic 2012-03-23 10:40:54 UTC Comment hidden (obsolete)
Comment 4 Matthias Meusburger 2012-03-23 10:57:48 UTC
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>
Comment 5 Paul Poulain 2012-03-26 16:16:39 UTC
QA comment: clean solution for plack compliance ! passed QA
Comment 6 Jared Camins-Esakov 2012-12-31 00:48:36 UTC
There have been no further reports of problems so I am marking this bug resolved.