Commit c3ec3e90 authored by Drew Blessing's avatar Drew Blessing Committed by Brandon Labuschagne

Remove unused admin group view for LDAP sync

Over 2 years ago an errant change resulted in LDAP sync settings
no longer being shown in the admin area when editing a group.
Since its been such a long time since the feature worked, and we
haven't heard from users that they're missing this feature, it
can be removed. There are many other group settings not available
in admin area, too.
parent 3d6c0f6e
This diff is collapsed.
......@@ -36,5 +36,3 @@
.form-actions
= f.submit _('Save changes'), class: "btn btn-success", data: { qa_selector: 'save_changes_button' }
= link_to _('Cancel'), admin_group_path(@group), class: "btn btn-cancel"
= render_if_exists 'ldap_group_links/ldap_syncrhonizations', group: @group
- group = local_assigns.fetch(:group)
- return unless Gitlab::Auth::Ldap::Config.group_sync_enabled? && group.persisted?
%h3.page-title LDAP synchronizations
= render 'ldap_group_links/form', group: group
= render 'ldap_group_links/ldap_group_links', group: 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