-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: use identifier_for_person as href Signed-off-by: Peter Weber <[email protected]>
- Loading branch information
Showing
6 changed files
with
25 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
rero_ils/modules/persons/templates/rero_ils/_person_merged.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
{% set data = record.dumps() | person_merge_data_values %} | ||
{% set record = record.dumps() %} | ||
{% set data = record | person_merge_data_values %} | ||
|
||
{{ build_row_merged('Birth date', data.date_of_birth) }} | ||
{{ build_row_merged('Death date', data.date_of_death) }} | ||
{{ build_row_merged('Language of person', data.language_of_person) }} | ||
{{ build_row_merged('Gender', data.gender) }} | ||
{{ build_row_merged('Biographical information', data.biographical_information) }} | ||
{{ build_row_permalink_merged('ID', data.pid) }} | ||
{{ build_row_permalink_merged('ID', record) }} | ||
{{ build_row_merged('Name', data.preferred_name_for_person) }} | ||
{{ build_row_merged('Variant name', data.variant_name_for_person) }} | ||
{{ build_row_merged('Authorized access point', data.authorized_access_point_representing_a_person) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters