Bug 14658 - Split PatronSelfRegistrationBorrowerUnwantedField into two preferences...
authorJesse Weaver <pianohacker@gmail.com>
Mon, 17 Aug 2015 21:00:10 +0000 (15:00 -0600)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 26 Feb 2016 13:47:20 +0000 (13:47 +0000)
commitd2f5f4c90a6d1de84c721fc4ae335c77a646bb2a
treefd98c4a2c9f1f6f4223ed4ec802b16b726405192
parenteaaea6ed27c549b64d813afbc3cb14ab3ebadd48
Bug 14658 - Split PatronSelfRegistrationBorrowerUnwantedField into two preferences for creating and editing

Test plan:
  1) Make sure there is at least one field in PatronSelfRegistrationBorrowerUnwantedField.
  2) Apply patch, and update database.
  3) Check to make sure that the new system preference
     PatronSelfModificationBorrowerUnwantedField has the same value as
     PatronSelfRegistrationBorrowerUnwantedField.
  4) Verify that the same fields are hidden for self-registering a new
     borrower and edting a new one (both on the OPAC).
  5) Change PatronSelfModificationBorrowerUnwantedField, and verify that
     the two preferences correctly apply to editing vs. creating.

Signed-off-by: Michael Sauers <msauers@dospace.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_14658-add_PatronSelfModificationBorrowerUnwantedField_syspref.sql [new file with mode: 0644]
installer/data/mysql/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
opac/opac-memberentry.pl