Comment 2 for bug 2046000

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

There's a branch at https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/jboyer/lp2046000_no_mo_multiplicity / working/user/jboyer/lp2046000_no_mo_multiplicity to enable this. It will check all of the fields that can be filled in on the self-registration page, even though some of them aren't present by default in the UI (or, like the requested username apparently can't be used currently.) It also checks the address for any alerts.

To test:
1. Pre patch, register a user with at least a first and last name, address, and if visible in your OPAC, phone and email fields.
2. Enable patron self-registration in Library Settings
3. Self-register a user with the same values used in (1)
4. Optionally, define an Address Alert for the address used in (1) (don't forget to enable it and set it for both types of address)
5. Load the pending patron, note that nothing happens (hence this bug)
6. Apply the patch and at least force-reload the client
7. Load the pending patron and this time you should see alerts that 1 user has the same name and address. Also, if you defined an address alert in (4) it should also appear.
8. Hurrah.