1 Aug
2016
1 Aug
'16
2:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17009 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 53835 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53835&action=edit Bug 17009: Speed up the framework duplication To duplicate frameworks, the code retrieve all the subfields, then execute 1 insert per subfield. It's unnecessary slow, we can use the DBMS to do it. Test plan: Create a new framework and duplicate the structure of another framework. -- You are receiving this mail because: You are watching all bug changes.