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
{{ message }}
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
Much like issue #4 we cannot delete the current revision even when there are other revisions.
I have began working on this and also noticed that once we do give the ability to do this. Then the access is wrong on the very last one as users should not be allowed to delete the only revision. Turns out that countDefaultLanguageRevisions() is still counting the deleted revisions. We'll need to investigate this further. I have started the work in the RevisionDelete branch.