[Koha-bugs] [Bug 18672] Creation Date and Modification Date are the same for a list in the Lists Module

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 29 08:33:14 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18672

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch
            Version|16.11                       |master

--- Comment #1 from Marc Véron <veron at veron.ch> ---
Confirmed on current master. 

The error occurs when a list is edited.

To reproduce:
- In staff client, create a new list (if you have not already one)
- In db, update virtualshelves and set field created_on to an earlier date,
  something like:
  update virtualshelves set created_on = '2017-04-01 02:09:12' where
shelfnumber = 1;
- Go to Home > Lists > Your lists
- Verify that the modified creation date for this list appears in staff client
- Edit list in staff client, save
- Verify that creation date is overwritten by modification date (wrong)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list