[Koha-bugs] [Bug 10950] Add preferred pronoun field to patron record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 30 19:01:06 CEST 2022


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

ByWater Sandboxes <bws.sandboxes at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139619|0                           |1
        is obsolete|                            |

--- Comment #68 from ByWater Sandboxes <bws.sandboxes at gmail.com> ---
Created attachment 139987
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139987&action=edit
Bug 10950: API spec update

Test plan:
1. Apply patch, restart_all, and updatedatabase
2. In the staff client go to a patron record or create a new patron.
3. Notice the pronouns field, make sure you add a value to it.
4. Now notice that the value should display in parentheses in places where the
patron name is displayed.
5. Go to the details page and you should see the value display in quotes. (
next to othernames )

6. Check to make sure you can hide the pronouns field via
BorrowerUnwantedField.
7. Check to make sure you can make the field required with
BorrowerMandatoryField

8. Go to the OPAC to self register. The pronouns field should appear in the
form.
9. Make sure you can make it required (
PatronSelfRegistrationBorrowerMandatoryField ) and that you can hide it (
PatronSelfRegistrationBorrowerUnwantedField ).
10. Once registered check 'your personal details'. Check that the field can be
required (PatronSelfModificationMandatoryField) or hidden (
PatronSelfModificationBorrowerUnwantedField ).

11. Try some notices like ISSUESLIP. You should be able to add either
<<borrowers.pronouns>> or [% borrower.pronoun %] to the notice and have it
display when you generate the notice.

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org>

Signed-off-by: Andrew Fuerste-Henry <andrewfh at dubcolib.org>

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


More information about the Koha-bugs mailing list