andi-huber commented on a change in pull request #587:
URL: https://github.com/apache/isis/pull/587#discussion_r647533917
##########
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:
Same here was just trying to preserve prev. behavior. Thanks for
pointing out the issue. Guess its save to revert this commit.
--
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]