X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.platform.ui.ontology%2Fscl%2FSimantics%2FPlatformUI.scl;h=b91964e400fdfb012006361fcbd7c166408561fb;hb=d4a7620f4d36d1ab9f285497586e55725e48d219;hp=07309cb7b2876ea7a233439edea2e57d00e5c0d9;hpb=4d9fd8e280d6543fa6f4edd2fab5e02aa04bc26e;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl b/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl index 07309cb7b..b91964e40 100644 --- a/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl +++ b/bundles/org.simantics.platform.ui.ontology/scl/Simantics/PlatformUI.scl @@ -141,5 +141,5 @@ usedIssueSources indexRoot = do 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