[Koha-bugs] [Bug 6740] can add items at ordering but not remove items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 5 06:55:00 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6740

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2011-12-05 05:55:00 UTC ---
Ok, I think I have the reason and a possible fix.

The reason: The function for cloning looks for the first and second <a> element
in the <div> block of the item in order to change the parameter to include a
unique number and make the minus link show. The problem here is, that you can
use an undefined number of plugins within your ACQ framework now, that will
create more <a> tags so looking for element number x will no longer work.
(Plugins added:
http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=e5ff05857e5b99ab19210bc272086f253ea9404b) 

But the good news is, now it all makes sense :) 

Paul couldn't reproduce this, because he had no plugins in his framework.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list