Closed (fixed)
Project:
Workflow
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 09:52 UTC
Updated:
15 Nov 2009 at 00:30 UTC
I wonder if there's any way of adding additional node data into the workflow history? Or enable a new logging/history mechanism.
My problem is that I'd need to track information about state changes and node reference -fields at the same time. So I'd know, what was the value of the node reference field in time the state was changed.
Case in question:
An artist (authenticated user) has artwork which has a state (i.e. Sent, Sold, in Gallery, in Warehouse, etc...) and also a location (Gallery Lorem, Gallery Ipsum, Own warehouse, suppliers warehouse, etc.). The artist needs to have a log of which locations have had which artwork between a timeframe.
Any ideas would be appreciated!
Comments
Comment #1
crea commentedYou can build such system manually, if you use Rules module to act on Workflow transitions and write custom entries in your own log (which can be anything).