Skip to content
Snippets Groups Projects

Change how users delete entries from the database

Merged Kien Le requested to merge feature-new_way_to_delete_database_entry into master
@@ -621,8 +621,8 @@ class UiDBInfoDialog(OneWindowAtATimeDialog):
remain unchanged, else self.reset_row_inputs() will be called to reset
the row.
:param need_confirmation: whether this method is called on the dialog
being closed
:param need_confirmation: whether confirmation is needed before saving
the changes made to the database
"""
# try:
# self.data_table_widget.focusWidget().clearFocus()
Loading