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
Implementation notes, if someone wants to take this on:
Add an appropriate button to GramsjsNames.js
Add a handler method to for the button click that fires an edit:action event
Add the code that handles the event to handleEditAction in GrampsjsViewObject.js
The final person object that will be sent to the API via PUT needs to have the new primary name under primary_name and the list of the other names under alternate_names.
The text was updated successfully, but these errors were encountered:
DavidMStraub
changed the title
Allow settings one of a person's names as the primary name
Allow setting one of a person's names as the primary name
Jan 2, 2025
Implementation notes, if someone wants to take this on:
GramsjsNames.js
edit:action
eventhandleEditAction
inGrampsjsViewObject.js
PUT
needs to have the new primary name underprimary_name
and the list of the other names underalternate_names
.The text was updated successfully, but these errors were encountered: