]> gerrit.simantics Code Review - simantics/platform.git/commit
Fixed index query and ontology search request behavior 49/249/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 4 Jan 2017 13:40:04 +0000 (15:40 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 4 Jan 2017 13:40:04 +0000 (15:40 +0200)
commitab914ca281bc4cfb6f8b7a9a38956c71fbd66839
tree0eb361f5eeade691f06d53233f5bb508bd3a5e49
parent7a90a6a6acc2fbc1cf2a5238b1c6ce719ce53f6d
Fixed index query and ontology search request behavior

EntityInstances.QueryIndex request did not return proper information
from its isImmutable(ReadGraph) method.

OntologiesFromLibrary in turn did not stop browsing primarily at
L0.IndexRoot instances like it should have to find ontologies.

refs #6937

Change-Id: I262684fdeeee97913308a5aa096a9ea254dbd607
bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/impl/EntityInstances.java
bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/migration/OntologiesFromLibrary.java