Skip to content

Commit

Permalink
Add name suffix to person profile (fixes #430)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 27, 2023
1 parent cfc2f5e commit 66468af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gramps_webapi/api/resources/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def get_person_profile_for_object(
"death": death,
"name_given": name_display.display_given(person),
"name_surname": person.primary_name.get_surname(),
"name_suffix": person.primary_name.get_suffix(),
}
if "all" in args or "span" in args:
options.append("span")
Expand Down

0 comments on commit 66468af

Please sign in to comment.