Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M5
-
None
Description
InteractionUtils.isUsableResult(FacetHolder, UsabilityContext) is being called for facetHolders of type ObjectActionMixedIn, but these are missing a facet of type TenantedAuthorizationFacetDefault
In the TenantedAuthorizationFacetFactory the applicationTenancyEvaluator.handles method is being called with the Mixin Class and returns false. Instead it should be called with the type towards which the Mixin is contributing
{{}}