Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
231
Issues
231
List
Boards
Labels
Service Desk
Milestones
Merge Requests
35
Merge Requests
35
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
fd0e5557
Commit
fd0e5557
authored
12 minutes ago
by
Marcelo Rivera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): channel owner should be able to create new groups
parent
4f944b23
chore-refactor-permissions-export
1 merge request
!349
Chore refactor permissions export
Pipeline
#86103401
passed with stages
in 10 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ChannelOwnerRole.php
Core/Permissions/Roles/ChannelOwnerRole.php
+1
-0
No files found.
Core/Permissions/Roles/ChannelOwnerRole.php
View file @
fd0e5557
...
...
@@ -9,6 +9,7 @@ class ChannelOwnerRole extends BaseRole
parent
::
__construct
(
Roles
::
ROLE_CHANNEL_OWNER
);
$this
->
addPermission
(
Flags
::
FLAG_APPOINT_ADMIN
);
$this
->
addPermission
(
Flags
::
FLAG_CREATE_POST
);
$this
->
addPermission
(
Flags
::
FLAG_CREATE_GROUP
);
$this
->
addPermission
(
Flags
::
FLAG_EDIT_CHANNEL
);
$this
->
addPermission
(
Flags
::
FLAG_EDIT_POST
);
$this
->
addPermission
(
Flags
::
FLAG_DELETE_CHANNEL
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment