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 = ({
case 'actorPlaces':
q = q.replace('<RELATED_INSTANCES>', actorsAt);
break;
case 'allPlaces':
q = q.replace('<RELATED_INSTANCES>', '');
break;
default:
q = q.replace('<RELATED_INSTANCES>', '');
}
if (constraints == null) {
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