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
If users also have code write permission, they can delete wiki pages.
So delete wiki pages needs write permission of both Code and Wiki.
But users can create/edit wiki page if they have only wiki write permission.
Backend only check wiki write permission:
Have no idea about the correct design.