]> git.koha-community.org Git - koha.git/commit
Bug 35597: Move modification logging to Koha::Suggestion
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 17 May 2024 12:46:30 +0000 (08:46 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 13 Jun 2024 13:08:33 +0000 (14:08 +0100)
commit8ee4fef42ed62f1b377118bf1c67dfe8f90e131d
tree61a77cae73738399c22cc562d10f345b3db7f668
parent3a8faef4771f0179e793193125a7268f72848389
Bug 35597: Move modification logging to Koha::Suggestion

Some actions such as archiving a suggestion were not being logged.
By moving the logging to Koha::Suggestion we can ensure more
modifcations will be logged.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Suggestions.pm
Koha/Suggestion.pm