Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-06 15:27:01 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-06 15:27:01 +0300
commit69a4cd2898d8b65257ccd1e526a4c3baad386a31 (patch)
tree0c3d61efde1dc0e090b13f68cc2b2a0ef3f0f15d /apps/user_ldap/js
parent5832178f591f1efca48e06c78dfb7a0405a7cce4 (diff)
parentc1871f5787cd48eb1e116f7f62bc4d4a50a0a04b (diff)
Merge pull request #22102 from owncloud/ldap_2nddispname-master
[LDAP] add second field for additional/optional display name attribute
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r--apps/user_ldap/js/wizard/wizardTabAdvanced.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/user_ldap/js/wizard/wizardTabAdvanced.js b/apps/user_ldap/js/wizard/wizardTabAdvanced.js
index 9e898ba2fc8..d1e5002d40a 100644
--- a/apps/user_ldap/js/wizard/wizardTabAdvanced.js
+++ b/apps/user_ldap/js/wizard/wizardTabAdvanced.js
@@ -55,6 +55,10 @@ OCA = OCA || {};
$element: $('#ldap_display_name'),
setMethod: 'setUserDisplayName'
},
+ ldap_user_display_name_2: {
+ $element: $('#ldap_user_display_name_2'),
+ setMethod: 'setUserDisplayName2'
+ },
ldap_base_users: {
$element: $('#ldap_base_users'),
setMethod: 'setBaseDNUsers'
@@ -195,6 +199,15 @@ OCA = OCA || {};
},
/**
+ * sets the additional user display name attribute
+ *
+ * @param {string} attribute
+ */
+ setUserDisplayName2: function(attribute) {
+ this.setElementValue(this.managedItems.ldap_user_display_name_2.$element, attribute);
+ },
+
+ /**
* sets the Base DN for users
*
* @param {string} base