-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a request on an item should not update the operation logs #1779
Labels
f: activity-logs
Everything around logging user or system activities
p-Medium
Medium priority (to be solved within 1-2 years)
Milestone
Comments
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Sep 21, 2021
* Some changes should not be track by an operation log. If a circulation operation is done, this will change the related item status. This change should not be generate an operation log. * Use the Invenio extensions to manage operation logs creation. * Closes rero#1779. Co-Authored-by: Renaud Michotte <[email protected]>
7 tasks
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Sep 21, 2021
* Some changes should not be track by an operation log. If a circulation operation is done, this will change the related item status. This change should not be generate an operation log. * Use the Invenio extensions to manage operation logs creation. * Closes rero#1779. Co-Authored-by: Renaud Michotte <[email protected]>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Sep 21, 2021
* Some changes should not be track by an operation log. If a circulation operation is done, this will change the related item status. This change should not be generate an operation log. * Use the Invenio extensions to manage operation logs creation. * Closes rero#1779. Co-Authored-by: Renaud Michotte <[email protected]>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Sep 21, 2021
* Some changes should not be track by an operation log. If a circulation operation is done, this will change the related item status. This change should not be generate an operation log. * Use the Invenio extensions to manage operation logs creation. * Closes rero#1779. Co-Authored-by: Renaud Michotte <[email protected]>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Sep 23, 2021
* Some changes should not be tracked by an operation log (!= an operation log for loan history). If a circulation operation is done, this will change the related item status, but should not generate an operation log as it will be shown in the operation history on resource such as item or document. Furthermore, the circulation operation are already tracked. * Use the Invenio extensions to manage operation log creation. * Closes rero#1779. Co-Authored-by: Renaud Michotte <[email protected]>
zannkukai
added a commit
to zannkukai/rero-ils
that referenced
this issue
Sep 28, 2021
* Some changes should not be tracked by an operation log (!= an operation log for loan history). If a circulation operation is done, this will change the related item status, but should not generate an operation log as it will be shown in the operation history on resource such as item or document. Furthermore, the circulation operation are already tracked. * Use the Invenio extensions to manage operation log creation. * Closes rero#1779. Co-Authored-by: Renaud Michotte <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
f: activity-logs
Everything around logging user or system activities
p-Medium
Medium priority (to be solved within 1-2 years)
How it works
Currently, adding a request to an item updates the operation logs of the item. This is also the case of other circulation operations (checkouts, ...) because they update the item status in the DB.
How it should works
The item operation logs should log only the update of the item intrinsic fields (barcode, location, etc.), and should not be affected by the circulation operations. A modification of the item status should not be logged.
Related to #1725
The text was updated successfully, but these errors were encountered: