Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8b2c2215
Commit
8b2c2215
authored
Jul 10, 2020
by
Tan Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix feature flag names for compliance MR settings
parent
a18f949c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/admin_area/merge_requests_approvals.md
doc/user/admin_area/merge_requests_approvals.md
+4
-4
No files found.
doc/user/admin_area/merge_requests_approvals.md
View file @
8b2c2215
...
...
@@ -58,13 +58,13 @@ Maintainer role and above can modify these.
This feature comes with two feature flags which are disabled by default.
-
The configuration in Admin area is controlled via
`admin_
merge_request_approval_settings`
-
The application of these rules is controlled via
`project_
merge_request_approval_settings`
-
The configuration in Admin area is controlled via
`admin_
compliance_merge_request_approval_settings`
.
-
The application of these rules is controlled via
`project_
compliance_merge_request_approval_settings`
.
These feature flags can be managed by feature flag
[
API endpoint
](
../../api/features.md#set-or-create-a-feature
)
or
by
[
GitLab administrators with access to the GitLab Rails console
](
../../administration/feature_flags.md
)
with the following commands:
```
ruby
Feature
.
enable
(
:admin_merge_request_approval_settings
)
Feature
.
enable
(
:project_merge_request_approval_settings
)
Feature
.
enable
(
:admin_
compliance_
merge_request_approval_settings
)
Feature
.
enable
(
:project_
compliance_
merge_request_approval_settings
)
```
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