Skip to content

Authorisation problem when disabling a post

Hannes Heine requested to merge pr763head into pr763base

Created by: Tirokk

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

Merge request reports