Skip to content
Snippets Groups Projects
Commit 0ed8d59f authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'rm-group-flag' into 'master'

Revert "Groups feature flag"

See merge request !1167
parents 18428623 97f26c8f
No related branches found
No related tags found
1 merge request!1167Revert "Groups feature flag"
......@@ -128,7 +128,6 @@ def get_settings_parser(base_dir):
features_parser.add_option('search', type=bool, default=True)
features_parser.add_option('transkribus', type=bool, default=True)
features_parser.add_option('workers', type=bool, default=False)
features_parser.add_option('groups', type=bool, default=False)
cache_parser = ConfigParser()
cache_parser.add_option('type', type=CacheType, default=None)
......
......@@ -29,7 +29,6 @@ elasticsearch:
- localhost
email: null
features:
groups: false
search: true
selection: true
signup: true
......
......@@ -43,7 +43,6 @@ email:
port: 25
user: teklia@wanadoo.fr
features:
groups: true
search: false
selection: false
signup: false
......
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