https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36466 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |Editing a serial and release notes| |removing the dates in the | |"Published on" and | |"Expected on" fields | |generated a 500 error | |(Serials > [selected | |serial] > Serial | |collection). | | | |This fixes the error and: | |- Sets the data in the | |database to NULL | |- Shows the dates as | |"Unknown" in the serial | |collection table for the | |"Date published" and "Date | |received" columns | |- Changes any existing | |0000-00-00 dates in the | |database to NULL (for | |existing installations) CC| |david@davidnind.com --- Comment #26 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. As in comment #16, on main if you edit a serial and clear the dates you get the 500 error. But the date fields in the database are not changed, and are not set to 0000-00-00 as described in the test plan. 2. With the patches, there is no longer an error and the dates are set to NULL in the database. -- You are receiving this mail because: You are watching all bug changes.