danhaywood commented on a change in pull request #587:
URL: https://github.com/apache/isis/pull/587#discussion_r647528913



##########
File path: 
core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/notinservicemenu/derived/NotInServiceMenuFacetDerivedFromDomainServiceFacet.java
##########
@@ -34,7 +34,7 @@
 
     public NotInServiceMenuFacetDerivedFromDomainServiceFacet(
             final NatureOfService natureOfService, final FacetHolder holder) {
-        super(holder);
+        super(holder, Precedence.DERIVED);

Review comment:
       as per comment below, not sure this is Derived, because it can never be 
overridden by something more specific.




-- 
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]


Reply via email to