Skip to content
Snippets Groups Projects
Commit 0b79c55f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'admin_group_edit' into 'master'

Fix bug: edit LDAP group settings from admin panel

Fixes #137.

See merge request !136
parents c4e3382c d092a34f
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -58,6 +58,6 @@ class Admin::GroupsController < Admin::ApplicationController
end
 
def group_params
params.require(:group).permit(:name, :description, :path, :avatar)
params.require(:group).permit(:name, :description, :path, :avatar, :ldap_cn, :ldap_access)
end
end
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