Skip to content

Commit

Permalink
entity: add display for new types
Browse files Browse the repository at this point in the history
* Adds the display Place, Temploral for the remote entity.

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Oct 9, 2023
1 parent cecd63a commit d5bb8bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="mb-0">
{% 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 %}
<!-- Common fields for all types -->
Expand Down

0 comments on commit d5bb8bf

Please sign in to comment.