[Bug 30120] New: Allow extended attributes during self registration when using PatronSelfRegistrationVerifyByEmail
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Bug ID: 30120 Summary: Allow extended attributes during self registration when using PatronSelfRegistrationVerifyByEmail Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 130748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130748&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 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwsdonna@gmail.com --- Comment #2 from Nick Clemens <nick@bywatersolutions.com> --- *** Bug 30040 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26119 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26119 [Bug 26119] Patron attribute option to display in OPAC is not compatible with PatronSelfRegistrationVerifyByEmail -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130748|0 |1 is obsolete| | --- Comment #3 from Lucas Gass <lucas@bywatersolutions.com> --- Created attachment 130750 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130750&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 <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=30372 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130750|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 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 <lucas@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |22.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 --- Comment #5 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to master for 22.05, thanks to everybody involved 🦄 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |kyle@bywatersolutions.com Status|Pushed to master |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30120 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26973 CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org