-
-
Notifications
You must be signed in to change notification settings - Fork 530
Closed
Labels
area-coreproposalProposal about improvement aka RFC. Need to be discussed before start implementation.Proposal about improvement aka RFC. Need to be discussed before start implementation.
Milestone
Description
opengeek created Redmine issue ID 2609
Because filter_commands and filter_modifiers are set as properties, they are passed to Snippets when executed in the scriptProperties array. In order to then pass the properties into other Elements programmatically, these filter properties are passed into the unsuspecting Element you are calling and the filters are executed again when it is processed.
To work around this, you can manually remove the filter_commands and filter_modifiers from a copy of the scriptProperties you are passing to another Element, but this should not be happening.
Metadata
Metadata
Assignees
Labels
area-coreproposalProposal about improvement aka RFC. Need to be discussed before start implementation.Proposal about improvement aka RFC. Need to be discussed before start implementation.