Problem
Rules has the concept of auto-saving some of the action parameters, what is required for being able to subsequently execute multiple actions while not each change does its own save operation.
Proposed resolution
Let actions declare the context which should be saved after execution and make the execution manager take over handling the save operation.
Remaining tasks
Do it.
User interface changes
-
API changes
Action plugins receive an API addition to mark context for saving.
Comments
Comment #7
avpadernoComment #12
mxh commentedComment #13
avpadernoComment #14
mxh commented@apaderno what's the reason for removing the reference? Just let me know so I won't repeat mistakes / falsely relate issues.
Comment #15
avpaderno@mxh It's already reported in Referenced by. Relationships between issues are shown in both the issues to avoid to set a related issue twice.
Comment #16
mxh commentedAhh yeah makes sense, thanks for the clarification.