[Koha-bugs] [Bug 7451] PrepareItemrecordDisplay missing $subfield_data{id} which breaks AJAX value_builders

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 22 10:20:14 CET 2012


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

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7199|0                           |1
        is obsolete|                            |

--- Comment #12 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 8469
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8469&action=edit
Bug 7451 - PrepareItemrecordDisplay missing $subfield_data{id} which breaks
AJAX value_builders

In current version of code, it gets initialized too late, so it produces
unitialized warnings for hidden fields (which is non-fatal) and breaks
generated JavaScript for AJAX value_builders (which is fatal)

This bug was introduced in ticket 6106 which is modification of 5955
which didn't have this particular problem.

Since then, this code moved to C4::Items because of de-nesting patches.

Test scenario:
1. define 952$i plugin: stocknumberam123.pl (this is ajax value_builder)
2. go to one of following pages and verify that plugin works:
    acqui/addorderiso2709.pl
    acqui/neworderempty.pl
    acqui/orderreceive.pl
    serials/serials-edit.pl

For stocknumberam123.pl plugin to work, you have to have at least
one item with stocknumber in format which this plugin expects:
capital letters, space, some number

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list