From d5bb8bffb0d22dc76e7c5db797fbe7b614deeaec Mon Sep 17 00:00:00 2001 From: Bertrand Zuchuat Date: Mon, 9 Oct 2023 12:31:48 +0200 Subject: [PATCH] entity: add display for new types * Adds the display Place, Temploral for the remote entity. Co-Authored-by: Bertrand Zuchuat --- rero_ils/modules/entities/templates/rero_ils/entity_remote.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rero_ils/modules/entities/templates/rero_ils/entity_remote.html b/rero_ils/modules/entities/templates/rero_ils/entity_remote.html index 97f2efbe88..820bbca984 100644 --- a/rero_ils/modules/entities/templates/rero_ils/entity_remote.html +++ b/rero_ils/modules/entities/templates/rero_ils/entity_remote.html @@ -42,7 +42,7 @@

{% include 'rero_ils/_remote_organisation.html' %} {% elif record['type'] == 'bf:Person' %} {% include 'rero_ils/_remote_person.html' %} - {% elif record['type'] == 'bf:Topic' %} + {% elif record['type'] in ['bf:Place', 'bf:Temporal', 'bf:Topic'] %} {% include 'rero_ils/_remote_topic.html' %} {% endif %}