andi-huber commented on a change in pull request #587:
URL: https://github.com/apache/isis/pull/587#discussion_r649822912
##########
File path:
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/object/hidden/HiddenTypeFacetDerivedFromAuthorization.java
##########
@@ -29,14 +29,16 @@
import lombok.val;
-public class HiddenTypeFacetDerivedFromAuthorization extends FacetAbstract
implements HiddenTypeFacet {
+public class HiddenTypeFacetDerivedFromAuthorization
+extends FacetAbstract
+implements HiddenTypeFacet {
public static Class<? extends Facet> type() {
return HiddenTypeFacet.class;
}
public HiddenTypeFacetDerivedFromAuthorization(final FacetHolder holder) {
- super(type(), holder);
+ super(type(), holder, Precedence.DERIVED);
Review comment:
Thanks, indeed all correct, I agree.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]