Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Possible issue with wrapMixin, perhaps to do with serialisation of view model not handling collections.
There’s a line in DisableForContextFacetViaMethod that includes "InvokeUtil.invokeAutofit(method, target);”. That was throwing an exception when called act() on a wrapMixin() target. By the time the disableAct() was called the parameter had become null.