Actions
Feature proposal #8847
closedImplement support for adding action objects to substitutions
Description
In cases where an action type has an object implement support for passing that object to substitutions using action_object prefix. Next review also passing it to the Output so PHP usages can access it directly.
Updated by krileon almost 3 years ago
Needs more thought as many action types return multiple objects. Probably going to need to just set an array of objects and pass that to the $autoaction for usage in PHP layouts, but not in substitutions in layouts.
Updated by krileon over 2 years ago
This should be similar to $variables. Maybe $data and [data1], etc.. substitution structure. This would just be an array so as much data as needed can be added.
Updated by krileon over 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
Actions