Opened 10 years ago
Closed 10 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 Changed 10 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
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.