Skip to content

Commit

Permalink
Note TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Dec 10, 2024
1 parent 291c334 commit b7370d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editors/new_person_editor_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ NewPersonEditorDialog::NewPersonEditorDialog(QWidget* parent) :
nameMapper->addMapping(form->givenNames, NamesTableModel::GIVEN_NAMES);
nameMapper->addMapping(form->prefix, NamesTableModel::PREFIX);
nameMapper->addMapping(form->surname, NamesTableModel::SURNAME);
// TODO: why is this not working?
nameMapper->addMapping(form->origin, NamesTableModel::ORIGIN);
nameMapper->setItemDelegate(new CustomSqlRelationalDelegate(this));
nameMapper->toFirst();
Expand Down

0 comments on commit b7370d3

Please sign in to comment.