Semantic usage of "delete" and "force delete" #4149
Replies: 1 comment
-
|
The response I got from service support:
For me, this still means that I need to fork Nova to use it on customer projects. If anyone else has the same issue, please vote this up, so they hopefully fix this in the future. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The UI should use the semantically correct language strings for delete actions, because for users it is currently not possible to understand if a delete action actually deletes the entity or just putting it into "deleted" state.
Examples:
If a model uses softdelete, "delete" should be used on action in index view.
If a model not uses softdelete, "force delete" should be used on action in index view.
Beta Was this translation helpful? Give feedback.
All reactions