Skip to content
Snippets Groups Projects
Commit 745881db authored by esikkala's avatar esikkala
Browse files

Places perspective map: no related instances

parent 89476a12
No related branches found
No related tags found
No related merge requests found
...@@ -215,6 +215,11 @@ export const getByURI = ({ ...@@ -215,6 +215,11 @@ export const getByURI = ({
case 'actorPlaces': case 'actorPlaces':
q = q.replace('<RELATED_INSTANCES>', actorsAt); q = q.replace('<RELATED_INSTANCES>', actorsAt);
break; break;
case 'allPlaces':
q = q.replace('<RELATED_INSTANCES>', '');
break;
default:
q = q.replace('<RELATED_INSTANCES>', '');
} }
if (constraints == null) { if (constraints == null) {
q = q.replace('<FILTER>', '# no filters'); q = q.replace('<FILTER>', '# no filters');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment