https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234
--- Comment #4 from Fridolin Somers <[email protected]> --- Important /!\ : There are other places with JS calling 'field_value', we should check if there are other bugs : > git grep 'name..field_value' > git grep 'name..field_value' -- koha-tmpl/ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt: <select name="field_value" class="input_marceditor"> koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt: <input type="hidden" name="field_value" value="[% authid | html %]" /> koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt: <input type="hidden" name="field_value" value="[% authtypecode | html %]" /> koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt: if(! $(subfield_div).children("input[type='text'][name='field_value']").val() ){ koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt: $(subfield_div).children("input[type='text'][name='field_value']").val($("#serialseq" + serialId).val()); koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt: <select name="field_value" class="select2 input_marceditor"> koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt: <input type="hidden" name="field_value" value="[% item.itemnumber | html %]" /> koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt: <select name="field_value"> koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt: <input type="hidden" name="field_value" value="[% newserialloo.itemnumber | html %]" /> koha-tmpl/intranet-tmpl/prog/en/modules/services/itemrecorddisplay.tt: <select name="field_value" class="input_marceditor"> koha-tmpl/intranet-tmpl/prog/en/modules/tools/marc_modification_templates.tt: with value <input type="text" name="field_value" id="field_value" /> koha-tmpl/intranet-tmpl/prog/js/additem.js: .prevAll("[name='field_value']")[0]; koha-tmpl/intranet-tmpl/prog/js/additem.js: $(original).find("input[name='field_value']").each(function(){ koha-tmpl/intranet-tmpl/prog/js/additem.js: $(clone).find("div[id^='"+id+"'] input[name='field_value']").val(value); koha-tmpl/intranet-tmpl/prog/js/additem.js: $(original).find("select[name='field_value']").each(function(){ koha-tmpl/intranet-tmpl/prog/js/additem.js: $(clone).find("div[id^='"+id+"'] select[name='field_value']").val(value); koha-tmpl/intranet-tmpl/prog/js/additem.js: var input = $(this).prevAll("input[name='field_value']")[0]; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
