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 has been archived by the owner on Apr 8, 2023. It is now read-only.
When not saving a new document and creating a new one, one gets a hint to maybe reload the unsaved document. Being not a admin it is not possible to delete it afterwards
The text was updated successfully, but these errors were encountered:
It seems that at creation, the author is not saved into the database (information pages table). This makes it hard to check who the author is on deletion to allow the deletion to proceed.
It seems the user id is only saved in revisions, and on creation there is no revision yet, thus no user is saved. Naively this could be handled in two ways:
Add an original author to documents. This would require a migration
Allow deletion of documents without revisions to everyone (do not check permissions)
When not saving a new document and creating a new one, one gets a hint to maybe reload the unsaved document. Being not a admin it is not possible to delete it afterwards
The text was updated successfully, but these errors were encountered: