https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130750|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <[email protected]> --- Created attachment 132273 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=132273&action=edit Bug 30120: Save and apply extended attributes during self registration verification by email The self registration form stores a new borrower as a borrower modification when verifying by email. Borrower modifications can handle extended attributes. This patch simply sotres the extended attributes in the modifications table, and approves a modification to the extended attributes only after patron is created To test: 1 - Apply patch 2 - Create a patron attribute and set it as viewable/editable in the OPAC 3 - Set system preference PatronSelfRegistrationVerifyByEmail 4 - Reigster a new patron on the OPAC, provide an email and populate the extended attribute 5 - Retrieve the verification token, the last on in the messages table SELECT * FROM message_queue; 6 - Go tot he url from above 7 - Confirm successful patron creation 8 - View patron record and confirm attribute was set Signed-off-by: Lucas Gass <[email protected]> Signed-off-by: Katrin Fischer <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
