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 by Nicklas Nordborg, 10 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 10 years ago

Resolution: fixed
Status: assignedclosed

(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 the AnyToAnyItem). 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.

Note: See TracTickets for help on using tickets.