Commit ffc7148d authored by Marvin Frick's avatar Marvin Frick

kind of reverts 336b7b87 for projects

For projects one would want to be able do add users from LDAP.
parent ba8e9fac
......@@ -12,7 +12,7 @@
.form-group
= f.label :user_ids, "People", class: 'control-label'
.col-sm-10
= users_select_tag(:user_ids, { multiple: true, skip_ldap: @project.group_ldap_synced? })
= users_select_tag(:user_ids, { multiple: true })
%p 2. Set access level for them
.form-group
......
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