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:
@@ -5,3 +5,6 @@
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem--unapproved {
|
||||
.DiscussionListItem--hidden();
|
||||
}
|
||||
|
Reference in New Issue
Block a user