| Summary: | A patron cannot change his personal details | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Yohann Dufour <yohann.dufour> |
| Component: | OPAC | Assignee: | Yohann Dufour <yohann.dufour> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | critical | ||
| Priority: | P5 - low | CC: | tomascohen, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12623 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | 12781 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 12784: Patron cannot change his personal details
[Signed-off] Bug 12784: Patron cannot change his personal details [PASSED QA] Bug 12784: Patron cannot change his personal details |
||
|
Description
Yohann Dufour
2014-08-19 08:50:19 UTC
Created attachment 30972 [details] [review] Bug 12784: Patron cannot change his personal details This patch fixes the regression introduced by the bug 12623 : a patron cannot change his personal details from OPAC. Test plans : In order to test this patch, first you have to apply the patch of bug 12781 a1/ Login with a user in OPAC a2/ Request some modification (surname for example) a3/ Repeat 2/ a4/ There are no errors b1/ Register a new user from OPAC with the syspref : PatronSelfRegistrationVerifyByEmail with the value "Require" b2/ There are no errors Created attachment 30992 [details] [review] [Signed-off] Bug 12784: Patron cannot change his personal details This patch fixes the regression introduced by the bug 12623 : a patron cannot change his personal details from OPAC. Test plans : In order to test this patch, first you have to apply the patch of bug 12781 a1/ Login with a user in OPAC a2/ Request some modification (surname for example) a3/ Repeat 2/ a4/ There are no errors b1/ Register a new user from OPAC with the syspref : PatronSelfRegistrationVerifyByEmail with the value "Require" b2/ There are no errors Followed test plan. Patch behaves as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 31036 [details] [review] [PASSED QA] Bug 12784: Patron cannot change his personal details This patch fixes the regression introduced by the bug 12623 : a patron cannot change his personal details from OPAC. Test plans : In order to test this patch, first you have to apply the patch of bug 12781 a1/ Login with a user in OPAC a2/ Request some modification (surname for example) a3/ Repeat 2/ a4/ There are no errors b1/ Register a new user from OPAC with the syspref : PatronSelfRegistrationVerifyByEmail with the value "Require" b2/ There are no errors Followed test plan. Patch behaves as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Patch works as expected, passes tests and QA script. Note: The second patron modification request of one patron will overwrite his/her first request. Patch pushed to master. Thanks Yohann! |