| Summary: | C4::Members::ModPrivacy is not used | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Authentication | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | dpavlin, f.demians, kyle, veron |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 16846 | ||
| Attachments: |
Bug 16845: Remove unused C4::Members::ModPrivacy
Bug 16845: Remove unused C4::Members::ModPrivacy [PASSED QA] Bug 16845: Remove unused C4::Members::ModPrivacy |
||
|
Description
Jonathan Druart
2016-07-04 12:22:12 UTC
Created attachment 53079 [details] [review] Bug 16845: Remove unused C4::Members::ModPrivacy This subroutine is no longer in used and can be removed safely Test plan: git grep ModPrivacy should not return any occurrences. Created attachment 53083 [details] [review] Bug 16845: Remove unused C4::Members::ModPrivacy This subroutine is no longer in used and can be removed safely Test plan: git grep ModPrivacy should not return any occurrences. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 53299 [details] [review] [PASSED QA] Bug 16845: Remove unused C4::Members::ModPrivacy This subroutine is no longer in used and can be removed safely Test plan: git grep ModPrivacy should not return any occurrences. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 16.11, thanks Jonathan! Pushed in 16.05. Will be in 16.05.02. |