Basic functionality for seeing reports

This commit is contained in:
Michael 2023-09-10 08:00:44 +00:00
parent 8c9e4c46a0
commit c836b0ee8d
5 changed files with 216 additions and 14 deletions

View file

@ -107,6 +107,7 @@ abstract class BaseModeration extends BaseModule
$aside_sub = [
'information' => [$this->t('Information'), [
'overview' => ['moderation', $this->t('Overview'), 'overview'],
'reports' => ['moderation/reports', $this->t('Reports'), 'overview'],
]],
'configuration' => [$this->t('Configuration'), [
'users' => ['moderation/users', $this->t('Users'), 'users'],