gramps-web
gramps-web copied to clipboard
Allow setting one of a person's names as the primary name
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:actionevent - Add the code that handles the event to
handleEditActioninGrampsjsViewObject.js - The final person object that will be sent to the API via
PUTneeds to have the new primary name underprimary_nameand the list of the other names underalternate_names.