You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when we try to delete a Workspace it returns a 500 error because it can't delete the workspace users and roles from the database. We want to fix the soft delete a Workspace functionality.
To Reproduce
Steps to reproduce the behavior:
Go to sphinx-tribes fontend
Create a Workspace
Click on the Manage button
Click on the Delete button
See Error: Could not delete workspace
Expected behavior
When the Delete Workspace button is clicked, and the delete action is confirmed the workspace should be soft deleted from the database.
Acceptance Criteria
I have tested on Chrome desktop
I have rebased and tested locally before submitting my PR
I can submit a PR within 1 day of taking the bounty
The text was updated successfully, but these errors were encountered:
Right now, when we try to delete a
Workspace
it returns a 500 error because it can't delete the workspace users and roles from the database. We want to fix the soft delete aWorkspace
functionality.To Reproduce
Steps to reproduce the behavior:
Workspace
Manage
buttonDelete
buttonError: Could not delete workspace
Expected behavior
When the
Delete Workspace
button is clicked, and the delete action is confirmed the workspace should be soft deleted from the database.Acceptance Criteria
The text was updated successfully, but these errors were encountered: