You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A straightforward implementation of #673 : added webarg "name_format"… (#674)
* A straightforward implementation of #673 : added webarg "name_format", a "name_display" field to the person profile, and initialization code using gramps.gen.display.name displayer
* #673 corrected type hint for the name_format argument
* #673 roll back from using default displayer - created a new instance of NameDisplay with locale that comes from request + some code cleanup
* #673 used another style for type hint
* #673 - updated test cases related to profile
* #673 Added name_format webarg to GrampsObject_resource
* #673 added simple test for name_format argument present in the query
* #673 now passing the name_format argument starting from the HTTP GET handlers to all the get_%s_profile_for_object and get_%s_profile_for_handle for %s in "person", "family", "event" and "timeline". Added couple of tests for correct name_display and updated apispec.yaml
* #673 typos corrected
* #673 added name_format argument to some function calls
---------
Co-authored-by: David Straub <[email protected]>
0 commit comments