From a5edf5011a599108311bb2569d4bfffd6a222ef3 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Sat, 17 Oct 2009 00:34:41 +0200 Subject: [PATCH] Authorities framework Bug fixing When an authority field is linked to an authority the subfield was disabled thus the information was not stored into the record --- authorities/authorities.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/authorities/authorities.pl b/authorities/authorities.pl index aacb7f6076..ce476ebb22 100755 --- a/authorities/authorities.pl +++ b/authorities/authorities.pl @@ -185,7 +185,6 @@ sub create_input { value=\"$value\" class=\"input_marceditor\" tabindex=\"1\" - disabled=\"disabled\" readonly=\"readonly\" \/> {$tag}->{$subfield}->{authtypecode}."&index=$subfield_data{id}','$subfield_data{id}')\">... -- 2.39.5