andi-huber commented on code in PR #1080:
URL: https://github.com/apache/isis/pull/1080#discussion_r962283168


##########
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/action/invocation/ActionInvocationFacetForDomainEventAbstract.java:
##########
@@ -198,7 +199,10 @@ public Object execute(final ActionInvocation 
currentExecution) {
                     null);
 
             // the event handlers may have updated the argument themselves
-            val argsAfterEventPolling = updateArguments(initialArgs, 
actionDomainEvent.getArguments());
+            val argsAfterEventPolling = updateArguments(
+                    owningAction.getParameters(),

Review Comment:
   does this handle the mixin case as previously?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@isis.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to