Skip to content

Fix problem with editing database

Kien Le requested to merge bug-#189-fix_database_edit_problem into master

Fix problem with editing database by changing the implementation of the save changes functionality. With this merge request, all changes are validated and saved at once instead of one row at a time. In addition, the row index button now does nothing instead of selecting a whole row.

Closes #189 (closed)

Edited by Kien Le

Merge request reports