[Koha-bugs] [Bug 35221] New: TrackLastPatronActivityTriggers description is misleading

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 1 21:47:10 CET 2023


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

            Bug ID: 35221
           Summary: TrackLastPatronActivityTriggers description is
                    misleading
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: System Administration
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: caroline.cyr-la-rose at inlibro.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

The description of the new TrackLastPatronActivityTriggers system preference
says "The first time each day that one of these activities occurs,
borrowers.lastseen will update with the current date and time." To me, this
means that no matter how many times I do one of the actions, the date will not
change. However, that is not true. The date is updated on each action of each
selected type.

To recreate:
1. Go to Administration > System preferences > TrackLastPatronActivityTriggers
2. Check the "Checking out an item" option
3. Click Save all Patron preferences
4. Go to a patron account
5. Check the date last seen in the database (where X is the patron's
borrowernumber)

SELECT lastseen FROM borrowers WHERE borrowernumber = X

5. Check out an item to the patron
6. Check the date last seen, it should have been updated to the checkout date
and time
7. Check out a second item to the patron
8. Check the date last seen, it should have been updated to the second checkout
date and time

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


More information about the Koha-bugs mailing list