[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:34:23 CEST 2022


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

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
This comes from a change by Bug 28445 in items edition form :
  <select name="field_value"
change to :
  <select name="[% kohafield | html %]" 

This breaks the special JS code :
https://git.koha-community.org/Koha-community/Koha/src/commit/fc919fc796df42c29e73cd527d3c425377fcc27a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js#L112

I propose we use "select.input_marceditor".

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


More information about the Koha-bugs mailing list