Summary: | suggestions.mailoverseeing is not used | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Database | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13006: suggestions.mailoverseeing cans be removed
Bug 13006: suggestions.mailoverseeing cans be removed Bug 13006: suggestions.mailoverseeing cans be removed [PASSED QA] Bug 13006: suggestions.mailoverseeing cans be removed Bug 13006: (RM followup) DBIx schema update |
Description
Jonathan Druart
2014-09-29 13:50:55 UTC
Created attachment 31922 [details] [review] Bug 13006: suggestions.mailoverseeing cans be removed The DB field suggestions.mailoverseeing does not seem to be in used. It cans be removed. Actually it has never been in used. Test plan: git grep mailoverseeing should not return relevant results. Created attachment 31923 [details] [review] Bug 13006: suggestions.mailoverseeing cans be removed The DB field suggestions.mailoverseeing does not seem to be in used. It cans be removed. Actually it has never been in used. Test plan: git grep mailoverseeing should not return relevant results. Created attachment 32342 [details] [review] Bug 13006: suggestions.mailoverseeing cans be removed The DB field suggestions.mailoverseeing does not seem to be in used. It cans be removed. Actually it has never been in used. Test plan: git grep mailoverseeing should not return relevant results. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Created attachment 32347 [details] [review] [PASSED QA] Bug 13006: suggestions.mailoverseeing cans be removed The DB field suggestions.mailoverseeing does not seem to be in used. It cans be removed. Actually it has never been in used. Test plan: git grep mailoverseeing should not return relevant results. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Passes tests, updates kohastructure and includes a database update. Also made some tests in the suggestions module. Created attachment 37745 [details] [review] Bug 13006: (RM followup) DBIx schema update Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> Patch pushed to master. Thanks Jonathan! |