[Koha-bugs] [Bug 29001] Subfields attributes are not preserved when order is changed in framework

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 25 03:33:46 CEST 2022


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

Andrew Nugged <nugged at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nugged at gmail.com

--- Comment #12 from Andrew Nugged <nugged at gmail.com> ---
(In reply to Lucas Gass from comment #10)
> Backported to 22.05.x for 22.05.05

Bug 31238 is also needed in 22.05
because this 29001 brings a bug and fixed in this way:


-        my $authorised_value = $input->param("authorised_values_$id");
+        my $authorised_value = $input->param("authorised_value_$id");

in 31238.

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


More information about the Koha-bugs mailing list