Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.3.9
-
None
-
None
Description
If you specify several plugins attached to same phase, and want to achieve particular order of them, for example:
plugin1.exec1
plugin2.exec2
plugin3.exec3
plugin1.exec4
You'll get unexpected order of executions:
plugin1.exec1
plugin1.exec4
plugin2.exec2
plugin3.exec3
When your logic requires that a lot of actions is required to be made in particular order - you simply can't, because of this plugin execution grouping.