https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37398
Lucas Gass <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171416|0 |1 is obsolete| | --- Comment #17 from Lucas Gass <[email protected]> --- Created attachment 171421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171421&action=edit Bug 37398: Make date and date time fields have date picker by default To test: 1. APPLY PATCH, restart_all 2. Pick a framework, I choose BKS in k-t-d 3. Make sure that a few date and datetime fields are exposed in the editor. 4. On additem.tt a date picker should be instantiated on the date or datetime fields. 5. Make sure the date pickers work on each field. 6. If it is a datetime field you should have the option to add hours and minutes. ( datelastseen ) 7. Edit the framework and remove the dateaccessioned.pl plugin from any of these date fields. 8. Even without the dateaccessioned.pl plugin a date picker should be present on the field. 9. Add the dateaccessioned.pl plugin to a non date/datetime field. 10. Make sure the dateaccessioned.pl plugin works properly on the non date/datetime field. 11. Mark one of the date/datetime fields as mandatory, make sure it still acts as mandatory. 12. Hide date/datetime from the editor, make sure it hides properly. +----------------------+-------------+ | COLUMN_NAME | COLUMN_TYPE | +----------------------+-------------+ | dateaccessioned | date | | replacementpricedate | date | | datelastborrowed | date | | datelastseen | datetime | | onloan | date | +----------------------+-------------+ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
