mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-21 14:20:41 +08:00
Channel banner permissions (#30917)
* Fixed save state panel for channel banner * Defined default background color * Updated test * WIP * wip * removed unused param * Updated tests * CI * Fixed mmctl test * Fixed TestDoAdvancedPermissionsMigration test * Test update * lint fix * lint fix --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
co-authored by
Mattermost Build
parent
d73222dca9
commit
a5e68639c2
@@ -246,6 +246,8 @@ func (s *MmctlUnitTestSuite) TestResetPermissionsCmd() {
|
||||
"edit_bookmark_private_channel",
|
||||
"delete_bookmark_private_channel",
|
||||
"order_bookmark_private_channel",
|
||||
"manage_public_channel_banner",
|
||||
"manage_private_channel_banner",
|
||||
}
|
||||
expectedPatch := &model.RolePatch{
|
||||
Permissions: &expectedPermissions,
|
||||
|
||||
Reference in New Issue
Block a user