Skip to content

Multiple Modules using Event Handler Rules #1359

Open
@cjgiddings

Description

@cjgiddings

When you have multiple Modules using the Event Handlers with rules set on the Enabled Rule for the script. If any of these rules fail it will stop any other modules from executing.

To test create two modules using event handlers on the save event, log the data but set different rules on when they can execute. You will notice the code does not allow the subsequence module to run if the previous module rule fails.
This is an easy fix to just swap this from a return to a continue so it can continue to process the other modules it has found.

Metadata

Metadata

Assignees

Labels

impact-behaviour-changeNothing to be worried about. Now even better than before!

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions