Bug 16445

Summary: Bug 12478 has added an unnecessary line to Koha/Database.pm
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: brendan, julian.maurice
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 12478    
Bug Blocks:    
Attachments: Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm
Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm
[PASSED QA] Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm

Description Jonathan Druart 2016-05-04 19:44:54 UTC
From commit 95dabf4bfd15f6aed149c17546c00083063a01c1
  Bug 12478 - add some base objects that the ES code will depend on

+our $schema; # the schema is a singleton

This is not needed
Comment 1 Jonathan Druart 2016-05-04 19:47:32 UTC Comment hidden (obsolete)
Comment 2 Chris Cormack 2016-05-04 21:08:42 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-05-05 19:46:51 UTC
Created attachment 51255 [details] [review]
[PASSED QA] Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm

These changes were a mistake, let's revert them.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Brendan Gallagher 2016-05-05 19:51:29 UTC
Pushed to Master - should be in the May 2016 Release.  thanks!
Comment 5 Julian Maurice 2016-05-16 09:35:22 UTC
Not needed in stable versions, status changed to RESOLVED