Summary: | No way to prevent a prediction date for the next issue in serials | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Serials | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | colin.campbell, francois.charbonnier, fridolin.somers, gmcharlt, jonathan.druart |
Version: | 3.14 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Small patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 7688 | ||
Bug Blocks: | 11576, 12003 | ||
Attachments: |
Irregular pattern example
Bug 11637: Irregular subscriptions don't know when serials are planned Bug 11637: Irregular subscriptions don't know when serials are planned [PASSED QA] Bug 11637: Irregular subscriptions don't know when serials are planned |
Description
Katrin Fischer
2014-01-29 20:50:12 UTC
I confirm. Now, irregular patterns show the first issue publication date for each issue in the prediction pattern. Before, Koha used to display XXX instead, which was maybe more handy since one cant predict the issue dates with irregular patterns... See attachment "irregular_pattern.png" for an example. Created attachment 24873 [details]
Irregular pattern example
Created attachment 25545 [details] [review] Bug 11637: Irregular subscriptions don't know when serials are planned Test plan: Create a subscription with an irregular numbering pattern. Verify the prediction pattern. With this patch, it should show "unknown" instead of the date of the first issue publication date. This patch does not fix the issue on generating the next serial. Created attachment 25728 [details] [review] Bug 11637: Irregular subscriptions don't know when serials are planned Test plan: Create a subscription with an irregular numbering pattern. Verify the prediction pattern. With this patch, it should show "unknown" instead of the date of the first issue publication date. This patch does not fix the issue on generating the next serial. http://bugs.koha-community.org/show_bug.cgi?id=11814 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 26325 [details] [review] [PASSED QA] Bug 11637: Irregular subscriptions don't know when serials are planned Test plan: Create a subscription with an irregular numbering pattern. Verify the prediction pattern. With this patch, it should show "unknown" instead of the date of the first issue publication date. This patch does not fix the issue on generating the next serial. http://bugs.koha-community.org/show_bug.cgi?id=11814 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> This is a partial fix for a small regression in the serials module. Now the prediction pattern doesn't predict dates when you test it, and shows 'Unknown' instead. We still need to fix the 'planned date' set for the expected serial. There should be no date, it should also be 'unknown'. Passes tests and QA script. Should I file a new bug for the 'planned date' in the issue itself? (In reply to Katrin Fischer from comment #6) > Should I file a new bug for the 'planned date' in the issue itself? Yes Pushed to master. Thanks, Jonathan! Pushed to 3.14.x, will be in 3.14.08 |