[Koha-bugs] [Bug 26638] System preference ArticleRequestsMandatoryFieldsItemsOnly is unused

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 17 18:07:10 CEST 2020


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

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 111945
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=111945&action=edit
Bug 26638: Remove unused system preference
ArticleRequestsMandatoryFieldsItemsOnly

The preference was probably added because of a typo, as there is a
used system preference ArticleRequestsMandatoryFieldsItemOnly
(Item vs Items).

This patch fixes the situation:

- syspref.sql had the pref name with the typo, this is fixed.
- A database update removes the unused variable and makes sure
  the used one is added.

To test:
- Look at the local use system preferences, verify the false pref is there
- Look at the other ArticleRequests* preferences, verify the other without "s"
  is there
- Apply patch and run database update
- Verify the local use tab one is gone now

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


More information about the Koha-bugs mailing list