-
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
Can't permanently delete soft-deleted items #110
Comments
@charlesBochet you may want to have a look |
Also tracked here fyi: #114 |
@bosiraphael maybe you can add this to your backlog since it's related to the action bar? (show different action to permanently delete instead of soft delete based on context). Thanks! |
This should be done, double check on production |
UpdateUnless I'm mistaken I can't find the destroy call to action for either both multiple or single record deletion in production. ( tested in two workspaces with default record and custom record ) Maybe I'm doing the recipe wrong @charlesBochet ? |
We might not have implemented it, could you take it in your current sprint? Should be quite straight forward as we already have the delete many implementation and the destroy one. |
Yep no problem, I just would like to clarify if there's any outgoing regression as it might change the way I look forward |
I think I've never implemented it actually: https://github.com/twentyhq/twenty/blob/main/packages/twenty-front/src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfigV2.ts |
Which one, Multiple or single ? |
Bug description
CleanShot.2024-09-16.at.17.12.05.mp4
Can't permanently delete soft-deleted items. This seems to cause a significant lag afterward as well.
The text was updated successfully, but these errors were encountered: