Summary: | changepassword is exported from C4::Members but has been removed | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Jasmine Amohia <jasmineamohia.student> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | david, fridolin.somers, lucas, martin.renvoize, nick |
Version: | unspecified | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 16853 | ||
Bug Blocks: | |||
Attachments: |
Bug 19920: Removed unnecessary code from C4/Members.pm
Bug 19920: Removed unnecessary code from C4/Members.pm Bug 19920: Removed unnecessary code from C4/Members.pm |
Description
Jonathan Druart
2018-01-05 17:17:19 UTC
C4/Members.pm: &changepassword But bug 16853 removed this subroutine. Created attachment 84037 [details] [review] Bug 19920: Removed unnecessary code from C4/Members.pm A seperate bug (Bug 16853) removed the subroutine used in this file. I removed the code as it had become unnecessary. Test plan: 1. Confirm that &changepassword can't be found in C4/Members.pm Created attachment 84136 [details] [review] Bug 19920: Removed unnecessary code from C4/Members.pm A seperate bug (Bug 16853) removed the subroutine used in this file. I removed the code as it had become unnecessary. Test plan: 1. Confirm that &changepassword can't be found in C4/Members.pm Signed-off-by: David Nind <david@davidnind.com> Thanks Jasmine! Created attachment 84256 [details] [review] Bug 19920: Removed unnecessary code from C4/Members.pm A seperate bug (Bug 16853) removed the subroutine used in this file. I removed the code as it had become unnecessary. Test plan: 1. Confirm that &changepassword can't be found in C4/Members.pm Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Awesome work all! Pushed to master for 19.05 Pushed to 18.11.x for 18.11.03 pushed to 18.05.x for 18.05.09 Pushed to 17.11.x for 17.11.15 |