* BrowseContext should not include ProjectBrowseContext as it brings in
unwanted contributions
* Check "selectedness" with more relaxed criterion
gitlab #365
Change-Id: Icb684cada676695328883f3f513151cc5fd51c0f
MBC = MOD.ModelingBrowseContext
VIEWS.Validations.BrowseContext : VP.BrowseContext
- VP.BrowseContext.Includes PROJECT.ProjectBrowseContext
+ //VP.BrowseContext.Includes PROJECT.ProjectBrowseContext
VP.BrowseContext.HasVisualsContribution PROJECT.Contributions.StandardNameLabelRule
VP.BrowseContext.HasChildContribution VIEWS.Validations.BrowseContext.Children : VP.ChildContribution
VP.ChildContribution.HasParentNodeType MBC.Variable
objectsWithType indexRoot L0.ConsistsOf ISSUE.IssueSource
checkedStateRule :: BrowseNodeRule CheckedState
-checkedStateRule (ResourceX r) = if existsStatement3 r ISSUE.IssueSource.Selected (parent r) then CHECKED else NOT_CHECKED
+checkedStateRule (ResourceX r) = if existsStatement r ISSUE.IssueSource.Selected then CHECKED else NOT_CHECKED
\ No newline at end of file