https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43053
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This fixes issues when release notes| |adding "Payment methods" to | |a vendor's record | |(Acquisitions > Vendors > | |Ordering information > | |Payment method). Now values | |are correctly shown in the | |dropdown list, and you can | |add multiple values. | | | |Notes: | |1. The authorized values | |for VENDOR_PAYMENT_METHOD | |need a description for it | |to show in the dropdown | |list. | |2. You may need to hard | |refresh the page for | |changes and new values to | |show in the dropdown list | |on the vendor edit form. Severity|enhancement |normal --- Comment #3 from David Nind <[email protected]> --- Have signed off. Probably other bugs: 1. If an authorized value doesn't have a description, should it default to showing the authorized value code instead? Otherwise, the option is mostly hidden. (Not marked as a required field when adding an authorized value.) 2. Is it a "feature" that you have to hard refresh the page or clear browser caches for any changes to the authorized values to show? Testing notes (using KTD): 1. Observed behaviour before the patch: - Need to add descriptions to authorized values - Needed to hard refresh page or clear browser cache for values to show up in the dropdown list - Looks like a multi-value field, but can only select 1 value, selecting another value replaces the existing value 2. Authorized value list to use is VENDOR_PAYMENT_METHOD. 3. If you don't add a description to the authorized value, you can't see it in the dropdown list (it is there and if you use your arrow key you can "see" a line and add it). 4. If you make changes to the authorized value category list, you have to do a hard browser page refresh or clear your browser cache for changes, including new values, to show up. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
