Commit 0b79c55f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment