0
Fixed

Unable to Delete Project - UI Malfunction

Matthew Wendel 3 years ago updated by lesya 3 years ago 3

A bug on the "Project Dashboard" screen prevents a project from being deleted. JavaScript does not re-enable the delete button contained in the confirmation modal, regardless of user input supplied.


Web Browser:
Google Chrome 85.0.4183.121 (Official Build) (64-bit)

Operating System: Mac OS 10.15.7 Catalina

Current Behavior: When clicking the 3-dots to display the actions menu next to a project listed on the "Dashboard" under "All Projects", click on 'Delete'. A dialog appears asking you to type the word 'Delete' in order to confirm this project should be deleted. Instructions as to what word is expected (and in what case) is unclear. No matter what is entered into the textbox, the delete confirmation button is not enabled.

Workaround: Open the Debug Tools / Inspector in Google Chrome. Navigate to the HTML element for the button. Remove the 'disabled' attribute from the button's HTML tag, and press enter. This will enable the button, allowing the deletion of the project.

Expected Behavior: When clicking the 3-dots to display the action menu next to a project listed on the "Dashboard" under "All Projects", click on 'Delete'. A dialog appears asking you to type the word 'Delete' in order to confirm this project should be deleted.

Under review

Thank you for the bug report, we will fix it.

- SqlDBM Team

Thank you for your quick response!