1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

Add separate "start discussions without approval" permission

- Register required permissions so that "start discussions without approval" can only be set for groups that already have permission to "start discussions" (and same for reply)
- Change the "hidden" trash badge into a more descriptive gavel badge for discussions that are awaiting approval

closes flarum/core#904
This commit is contained in:
Toby Zerner
2016-05-27 14:40:59 +09:30
parent 0ab8bb95cc
commit 4282b9be20
7 changed files with 69 additions and 6 deletions

View File

@@ -5,3 +5,6 @@
opacity: 0.5;
}
}
.DiscussionListItem--unapproved {
.DiscussionListItem--hidden();
}