Skip to content

Change how users delete entries from the database

Kien Le requested to merge feature-new_way_to_delete_database_entry into master

Add a button to delete a row from the data table. This deletion can be reverted until the changes are saved to the database. Because we changed the way entries are deleted, a popup now asks user to confirms that they want to save changes to the database.

This merge request only changes the way the user deletes an entry from the database. It does not fix any problem covered by #189 (closed).

Implement part of #196 (closed) because some of the functionalities there is required for this merge request.

Edited by Kien Le

Merge request reports