Bug 31619: add title back to list of OPACSuggestionMandatoryFields options
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 23 Sep 2022 18:49:48 +0000 (14:49 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 11 Oct 2022 13:11:01 +0000 (10:11 -0300)
commit7af9c1c109fd191cc638614e32e5aecd5cbb525a
treebc358cfac89123c49c8bf360f76d8855479abafc
parent1f0419fd4746f3a586064ceab3fbd2866c0fac21
Bug 31619: add title back to list of OPACSuggestionMandatoryFields options

This patch fixes a regression introduced by bug 29695 that prevented
setting the title as a required field when setting the
OPACSuggestionMandatoryFields to a non-default value.

To test:

[1] Set OPACSuggestionMandatoryFields in the system preferences
    editor and note that 'title' is not listed in the modal
    that is displayed.
[2] Apply the patch.
[3] Revist the system preference editor and note that 'title'
    is now displayed as an option.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Database/Columns.pm