git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerCore@58919 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0fe6da7f0c
commit
1ba1557b77
|
@ -87,7 +87,7 @@ public class GenericResourceCacheEntryFactory implements CacheEntryFactory {
|
|||
secondaryType = GCUBEGenericResource.SECONDARYTYPE_VO;
|
||||
else
|
||||
secondaryType = GCUBEGenericResource.SECONDARYTYPE_INFRASTRUCTURE;
|
||||
query.addAtomicConditions(new AtomicCondition("//SecondaryType", secondaryType), new AtomicCondition("//Body/Scope", scope.toString()));
|
||||
query.addAtomicConditions(new AtomicCondition("/Profile/SecondaryType", secondaryType), new AtomicCondition("//Body/Scope", scope.toString()));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue