refs #7525
Change-Id: I69b3e64d2d01bd7688f689b4f6facab96a87f127
SEL.StandardProperties.BrowseContextStandardChildren.Var : MOD.ModelingBrowseContext.VariablePropertyRule
MOD.ModelingBrowseContext.VariablePropertyRule.RequireProperty "HasStandardPropertyInfo"
@L0.assert VP.BrowseContext.HasChildContribution
- _ : VP.ChildContribution
+ SEL.StandardProperties.BrowseContextStandardChildren.CatContribution : VP.ChildContribution
VP.ChildContribution.HasParentNodeType MOD.ModelingBrowseContext.Variable
VP.ChildContribution.HasChildNodeType SEL.CategoryNode
VP.ChildContribution.HasRule
SelectionViewResources SEL = SelectionViewResources.getInstance(graph);
Resource categoryResource = info.getPossibleRepresents(graph);
- if(SEL.CategoryHidden.equals(categoryResource)) {
+ //if(SEL.CategoryHidden.equals(categoryResource)) {
Variable property = info.getParent(graph);
Variable parent = property.getParent(graph);
} finally {
sclContext.put("graph", oldGraph);
}
- }
+ //}
return null;