Skip to content
Snippets Groups Projects
Commit 3ae905d6 authored by Fabio Papa's avatar Fabio Papa
Browse files

Add constants representing Owner and Maintainer group access levels

parent 582ff9db
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -29,6 +29,10 @@ module Gitlab
MAINTAINER_PROJECT_ACCESS = 1
DEVELOPER_MAINTAINER_PROJECT_ACCESS = 2
 
# Default subgroup creation level
OWNER_SUBGROUP_ACCESS = 0
MAINTAINER_SUBGROUP_ACCESS = 1
class << self
delegate :values, to: :options
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment