[Koha-bugs] [Bug 31234] SubfieldsToAllowForRestrictedEditing : data from drop-down menu not stored

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 26 22:56:27 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31234

--- Comment #4 from Fridolin Somers <fridolin.somers at biblibre.com> ---
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.


More information about the Koha-bugs mailing list