https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32748
Lisette Scheer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #188552|0 |1 is obsolete| | --- Comment #54 from Lisette Scheer <[email protected]> --- Created attachment 189655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189655&action=edit Bug 32748: Fix item edition when authorised values is restricted Worked great and I'm looking forward to seeing this fixed. When we set an authorised value linked to one library, users who do not belong to this library do not get the value and can therefore overwrite it. This patch add current value to the dropdown list even if it comes from an authorized value of another library. Test plan : 1) Edit an item with one of these fields has an authorized value from another library. 2) On 'edit' you will see AV but with '(Not an authorised value)' string and a warn 3) Apply this patch 4) Refresh page and edit item again 5) Now if the authorised value belongs to another lib and is the current value, you will see it with a tooltip and a warn. But if there are authorised values restricted to another lib and isn't current value, normally it will be not present in the option list. Sponsored-by: BibLibre Signed-off-by: Mathieu Saby <[email protected]> Signed-off-by: Lisette Scheer <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
