Summary: | Action logs logging should be divided into smaller components to reduce table size | ||
---|---|---|---|
Product: | Koha | Reporter: | Lari Strand <lmstrand> |
Component: | Database | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | a.roussos |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Lari Strand
2023-01-23 14:37:49 UTC
At least we should only log the changes made to biblios and items when they have been modified. In 21.11 modifying a biblio only logged all the biblio data before the modification. On item modification only the whole item with new item data is logged. This should be fixed so that only the old value and the changed new value/values gets logged. This would reduce data that is logged. |