Problem/Motivation
In #2940890: Don’t allow deleting revision translations in pending revisions we prevented users from deleting translations in pending revisions, otherwise we would not be able to present a sensible UI, given that in the storage a translation removed in a pending revision is indistinguishable from a new translation added in a pending revision. This only a technical limitation, so we should address this issue properly now.
Proposed resolution
TBD
Remaining tasks
- Propose a valid solution
- Write a patch
- Reviews
User interface changes
Translation deletion actions are available also in pending revisions.
API changes
None
Data model changes
TBD