| Summary: | Remove C4::Dates from tags/review.pl | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marc Véron <veron> |
| Component: | Architecture, internals, and plumbing | Assignee: | Marc Véron <veron> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | mirko, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | 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: | 14870 | ||
| Attachments: |
Bug 14996 - Remove C4::Dates from tags/review.pl
Bug 14996 - Remove C4::Dates from tags/review.pl [PASSED QA] Bug 14996 - Remove C4::Dates from tags/review.pl |
||
|
Description
Marc Véron
2015-10-09 21:11:54 UTC
Created attachment 43312 [details] [review] Bug 14996 - Remove C4::Dates from tags/review.pl This patch removes C4::Dates from file tags/review.pl To test: - Create some tags - Go to Home > Tools > Tags - Verify that dates display properly - Verify that the date filter works as before Still applies Created attachment 43877 [details] [review] Bug 14996 - Remove C4::Dates from tags/review.pl This patch removes C4::Dates from file tags/review.pl To test: - Create some tags - Go to Home > Tools > Tags - Verify that dates display properly - Verify that the date filter works as before Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Works for me. I noticed that the date filter does not work correctly with and without patch. To find tags from today (23/10/2015) I have to set the end date to 24/10/2015. A date range until 23/10/2015 does not show tags added today. Not related to this patch though. Created attachment 43932 [details] [review] [PASSED QA] Bug 14996 - Remove C4::Dates from tags/review.pl This patch removes C4::Dates from file tags/review.pl To test: - Create some tags - Go to Home > Tools > Tags - Verify that dates display properly - Verify that the date filter works as before Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Patch pushed to master. Thanks Marc |