Commit a08b854e authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'dblessing_ldap_sync_view_conditional' into 'master'

Fix LDAP group settings heading being shown when feature disabled

See merge request gitlab-org/gitlab!43901
parents 89e0628e f08ab6a3
- page_title _('LDAP Synchronization') - page_title _('LDAP Synchronization')
%h3.page-title LDAP Group Settings - if Feature.enabled?(:ldap_settings_unlock_groups_by_owners) && ::Gitlab::CurrentSettings.allow_group_owners_to_manage_ldap
= render 'groups/ldap_group_settings/form', group: @group %h3.page-title= _('LDAP group settings')
= render 'groups/ldap_group_settings/form', group: @group
%h3.page-title LDAP synchronizations %h3.page-title= _('LDAP synchronizations')
= render 'ldap_group_links/form', group: @group = render 'ldap_group_links/form', group: @group
= render 'ldap_group_links/ldap_group_links', group: @group = render 'ldap_group_links/ldap_group_links', group: @group
- if Feature.enabled?(:ldap_settings_unlock_groups_by_owners) && ::Gitlab::CurrentSettings.allow_group_owners_to_manage_ldap %section.ldap-group-settings
%section.ldap-group-settings = form_for(group, url: group_ldap_settings_url(group), method: :put) do |f|
= form_for(group, url: group_ldap_settings_url(group), method: :put) do |f| .form-holder
.form-holder .form-group.row
.form-group.row .col-sm-10
.col-sm-10 .form-check
.form-check = f.check_box :unlock_membership_to_ldap, class: 'form-check-input'
= f.check_box :unlock_membership_to_ldap, class: 'form-check-input' = f.label :unlock_membership_to_ldap, class: 'form-check-label' do
= f.label :unlock_membership_to_ldap, class: 'form-check-label' do = _('Allow owners to manually add users outside of LDAP')
= _('Allow owners to manually add users outside of LDAP') .form-actions
.form-actions = f.submit _('Save'), class: 'btn btn-success qa-save'
= f.submit _('Save'), class: 'btn btn-success qa-save'
---
title: Fix LDAP group settings heading being shown when feature disabled
merge_request: 43901
author:
type: fixed
...@@ -14651,6 +14651,9 @@ msgstr "" ...@@ -14651,6 +14651,9 @@ msgstr ""
msgid "LDAP Synchronization" msgid "LDAP Synchronization"
msgstr "" msgstr ""
msgid "LDAP group settings"
msgstr ""
msgid "LDAP settings" msgid "LDAP settings"
msgstr "" msgstr ""
...@@ -14660,6 +14663,9 @@ msgstr "" ...@@ -14660,6 +14663,9 @@ msgstr ""
msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes." msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes."
msgstr "" msgstr ""
msgid "LDAP synchronizations"
msgstr ""
msgid "LFS" msgid "LFS"
msgstr "" msgstr ""
......
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