Actions
Feature proposal #6762
openReplace trigger loading with anonymous splat function
Description
Currently trigger loading with references uses a create_function usage. Replace this with an anonymous function with a splat operator. This requires improvements to CB first. See #6754
Updated by krileon almost 7 years ago
- Target version changed from 7.1.0 to 10.0.0
Updated by krileon almost 7 years ago
Once implemented just remove the reference variables parameter entirely as it won't be necessary anymore.
Actions