Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
core-1.6.0
-
None
Description
in ApplicationFeatures
protected boolean isHidden(ObjectSpecification spec)
{ final HiddenFacet facet = spec.getFacet(HiddenFacet.class); return facet != null && !facet.isNoop() && (facet.where() == Where.EVERYWHERE || facet.where() == Where.ANYWHERE) && facet.when() == When.ALWAYS; }in ObjectMemberAbstract
@Override
public boolean isAlwaysHidden()