Opened 11 years ago
Closed 11 years ago
#1790 closed enhancement (fixed)
Include changes to AnyToAny items in the change log
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.3 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
The changes should be logged as part of the 'from' item.
Change History (2)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [6359]) Fixes #1790: Include changes to AnyToAny items in the change log
Implemented by the
AnyToAnyLogger
class. Basically, it can delegate logging to the default logger as long as the log messages get attached to the 'from' item (and not theAnyToAnyItem
). The only difficulty is that the link to the 'to' item is represented by two integer values (id and type). To create nicer log messages (eg. Sample[MySample]) special handling is required to get the name and type of the linked item.