Bug Fix : Blocker 2017
disabled values are not passed to CGI. So that if you disable entry, values and subfield codes are mixed up. I changed disabled=tru to readonly and it fixes the bug. Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
004524584b
commit
79d6243333
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ sub create_input {
|
|||
tabindex=\"1\"
|
||||
size=\"67\"
|
||||
maxlength=\"255\"
|
||||
disabled=\"true\"
|
||||
readonly=\"true\"
|
||||
\/>
|
||||
<a href=\"#\" class=\"buttonDot\"
|
||||
onclick=\"Dopop('/cgi-bin/koha/authorities/auth_finder.pl?authtypecode=".$tagslib->{$tag}->{$subfield}->{authtypecode}."&index=$subfield_data{id}','$subfield_data{id}'); return false;\" title=\"Tag Editor\">...</a>
|
||||
|
|
Loading…
Reference in a new issue