Comment 1 for bug 1937299

Revision history for this message
Jason Boyer (jboyer) wrote :

Here we go:
https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jboyer/lp1937299_collections_exempt / working/user/jboyer/lp1937299_collections_exempt

Depending on your database age and Evergreen version there are 3 potential possibilities pre-patch:

1. Database less than ~10 years old; you likely don't have this setting at all and there is no indication of anything missing in the user editor.

2. Database more than ~10 years old and Evergreen 3.6.3 or 3.7.0 or older; you should see the Collections: Exempt user setting in the patron editor down near the holds notification settings.

3. Database more than ~10 years old and Evergreen 3.6.4 or 3.7.1 or newer, where the Collections: Exempt user setting should appear you'll see a javascript dictionary similar to {"a":["circ.collections.exempt","Collections: Exempt","User is exempt from collections tracking/processing","bool",null,null,"f",null],"classname":"cust","_isfieldmapper":true} to the left of the checkbox. The setting will still work, but the label is a mess.

Post-patch, in all 3 instances the Collections: Exempt setting will appear where expected near the user hold notification settings.