Summary: | Add date pickers to serials-edit.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Serials | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | colin.campbell, jonathan.druart, sandboxes, tomascohen |
Version: | Main | ||
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: | ||
Attachments: |
Bug 12377 - Add date pickers to serials-edit.pl
Bug 12377 - Add date pickers to serials-edit.pl Bug 12377 [QA Followup] - Remove readonly from input Bug 12377 - Add date pickers to serials-edit.pl Bug 12377 [QA Followup] - Remove readonly from input |
Description
Kyle M Hall (khall)
2014-06-05 17:48:22 UTC
Created attachment 28686 [details] [review] Bug 12377 - Add date pickers to serials-edit.pl There are two date fields when receiving serials on serials-edit.pl, these inputs should have a calendar widget like other date fields in Koha. Test Plan: 1) Apply this patch 2) Recieve a serial 3) Note when clicking on the "Published on" or "Expected on" fields you will now have a calendar popup. Note you can still manually edit the date if you wish to. Patch tested with a sandbox, by Aleisha <aleishaamohia@hotmail.com> Created attachment 28752 [details] [review] Bug 12377 - Add date pickers to serials-edit.pl There are two date fields when receiving serials on serials-edit.pl, these inputs should have a calendar widget like other date fields in Koha. Test Plan: 1) Apply this patch 2) Recieve a serial 3) Note when clicking on the "Published on" or "Expected on" fields you will now have a calendar popup. Note you can still manually edit the date if you wish to. Signed-off-by: Aleisha <aleishaamohia@hotmail.com> Why did you set the readonly attributes on the second input? Kyle, can I get an answer please? Created attachment 29653 [details] [review] Bug 12377 [QA Followup] - Remove readonly from input (In reply to Jonathan Druart from comment #4) > Why did you set the readonly attributes on the second input? My bad! Followup to fix issue is attached. Created attachment 29694 [details] [review] Bug 12377 - Add date pickers to serials-edit.pl There are two date fields when receiving serials on serials-edit.pl, these inputs should have a calendar widget like other date fields in Koha. Test Plan: 1) Apply this patch 2) Recieve a serial 3) Note when clicking on the "Published on" or "Expected on" fields you will now have a calendar popup. Note you can still manually edit the date if you wish to. Signed-off-by: Aleisha <aleishaamohia@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Created attachment 29695 [details] [review] Bug 12377 [QA Followup] - Remove readonly from input Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Patches pushed to master. Thanks Kyle! |