Actions
Feature proposal #7535
closedImprove support for passing Target and Object variables around streams
Feature proposal #7535:
Improve support for passing Target and Object variables around streams
Description
Currently this is parsed out of the asset on demand, which is fine and works, but we need a means of setting these as part of the stream cache when the stream object is first created. This way child streams know who the target is or the object. Currently this is done as follows.
Parent: groupjive.group.10
Activity: 1
This for example is a comment stream of the activity entry with the ID of 1, which has an asset of groupjive.group.10. Ideally you'd just have the following.
Target: GROUP_OBJECT
Object: ACTIVITY_OBJECT
The plan originally was to store these IDs, but they already exists as part of the asset so it's not necessary, but on DISPLAY handling it would be useful to be able to pass around and access these objects.
Actions