-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Space deletion as an action #2411
Comments
…ction Space deletion as an action #2411
Need to update the UI after deletion. See ticket here: #2429 |
@elatif2020 |
@roienatan @elatif2020 |
@NoamQA this is normal. The delete action is different than the delete proposal and they have different popups. @elatif2020 please confirm. |
@roienatan @roienatan |
@NoamQA yes because it depends on the settings of the specific government. Maybe you can share some pictures so I'll confirm if it's okay or not. |
@NoamQA @roienatan @danielr18 |
Here is a BE ticket for the migration. Closing the FE ticket. |
If the permission to delete space as an action are enabled for the user (DELETE_COMMON action)
open a confirmation pop up upon clicking "Delete space" from 3dots menu in the backpage, here:
(notice this option is currently enabled only if the user has permission to create delete space proposal, should make sure to show it also if the user has DELETE_COMMON action permissions)
Confirmation popup design here
And if the conditions for space's deletion aren't met (we should use the logic from the existing modal), display this version
See BE ticket with the details on the endpoint: https://github.com/daostack/common-backend/issues/2234
The text was updated successfully, but these errors were encountered: