gramps-web icon indicating copy to clipboard operation
gramps-web copied to clipboard

Allow setting one of a person's names as the primary name

Open DavidMStraub opened this issue 11 months ago • 0 comments

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.

DavidMStraub avatar Jan 02 '25 12:01 DavidMStraub