Authorisation problem when disabling a post
Created by: Tirokk
Authored by Tirokk Merged
🍰 Pullrequest
There was an GraphQL error message, if the User (Moderator or Admin) disables a Post of somebody. See issue #734 (closed) .
- It is caused by the call of
deletePostCallback
, which should not happen here, because of a bug in the callback concept.
Therefore refinement and refactoring of Modal callbacks is necessary.
Issues
- fixes #734 (closed)