[Koha-bugs] [Bug 20750] Allow timestamped auditing of ILL request events

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 11 13:22:51 CET 2019


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

Josef Moravec <josef.moravec at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85829|0                           |1
        is obsolete|                            |
  Attachment #85830|0                           |1
        is obsolete|                            |
  Attachment #85831|0                           |1
        is obsolete|                            |
  Attachment #85832|0                           |1
        is obsolete|                            |
  Attachment #85833|0                           |1
        is obsolete|                            |
  Attachment #85834|0                           |1
        is obsolete|                            |
  Attachment #85835|0                           |1
        is obsolete|                            |
  Attachment #85836|0                           |1
        is obsolete|                            |
  Attachment #85837|0                           |1
        is obsolete|                            |
  Attachment #85838|0                           |1
        is obsolete|                            |
  Attachment #85839|0                           |1
        is obsolete|                            |
  Attachment #85840|0                           |1
        is obsolete|                            |
  Attachment #85841|0                           |1
        is obsolete|                            |
  Attachment #85842|0                           |1
        is obsolete|                            |
  Attachment #85843|0                           |1
        is obsolete|                            |
  Attachment #85844|0                           |1
        is obsolete|                            |
  Attachment #85845|0                           |1
        is obsolete|                            |
  Attachment #85846|0                           |1
        is obsolete|                            |
  Attachment #85847|0                           |1
        is obsolete|                            |
  Attachment #85848|0                           |1
        is obsolete|                            |

--- Comment #135 from Josef Moravec <josef.moravec at gmail.com> ---
Created attachment 86434
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86434&action=edit
Bug 20750: Allow logging of arbitrary actions

This patch allows logging of arbitrary actions on request objects. A
chronological summary of these actions can then be displayed when
viewing a request.

This patch also adds logging of request status changes. Additional work
has been done on the BLDSS backend to log requests to the BLDSS request
status check API.

To test:
- Apply patch
- Ensure the Illlog logging preference is turned on
- Create an ILL request and perform actions on it that change it's
status.
- Navigate to the "Manage ILL request" screen
- Click the "Display request log" button
- Observe that a modal opens displaying a summary of the status changes.

Signed-off-by: Niamh Walker <Niamh.Walker-Headon at it-tallaght.ie>

Signed-off-by: Josef Moravec <josef.moravec at gmail.com>

Since this bug now is dependent on Bug 20581, it should be aware of the
custom statuses provided in 20581. This patch enables logging of request
statuses being changed to custom ones. As such the test plan is
modified:

To test:
- Apply patch
- Ensure the Illlog logging preference is turned on
- Ensure you have some custom request statuses defined in the
Authorised Values ILLSTATUS category
- Create an ILL request and perform actions on it that change it's
status.
- Edit the request and change status to a custom one
- Navigate to the "Manage ILL request" screen
- Click the "Display request log" button
- Observe that a modal opens displaying a summary of the status changes.

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


More information about the Koha-bugs mailing list