Skip to content

Remove filter_commands and filter_modifiers from scriptProperties #2609

@opengeek

Description

@opengeek

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

No one assigned

    Labels

    area-coreproposalProposal about improvement aka RFC. Need to be discussed before start implementation.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions