[Koha-bugs] [Bug 28408] New: Last modification date for suggestions is wrong

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 20 22:05:48 CEST 2021


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

            Bug ID: 28408
           Summary: Last modification date for suggestions is wrong
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

In the DB suggestions have a column: last_modification_date

`lastmodificationdate` date DEFAULT NULL COMMENT 'date of the last
modification',

It is not updated when a suggestion is modified, however, the date field is:

`date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
COMMENT 'date and time the suggestion was updated',


On the interface we display the first as "Last modification on" - which is
confusing if you update a suggestion, and the date doesn't change

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


More information about the Koha-bugs mailing list