Author: orudyy
Date: Mon Nov 16 16:06:18 2015
New Revision: 1714614

URL: http://svn.apache.org/viewvc?rev=1714614&view=rev
Log:
QPID-6860: Fix rendering of UI for Simple LDAP Authentication provider

Modified:
    
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/simpleldap/show.js

Modified: 
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/simpleldap/show.js
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/simpleldap/show.js?rev=1714614&r1=1714613&r2=1714614&view=diff
==============================================================================
--- 
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/simpleldap/show.js
 (original)
+++ 
qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/authenticationprovider/simpleldap/show.js
 Mon Nov 16 16:06:18 2015
@@ -24,7 +24,7 @@ define(["qpid/common/util", "dojo/domRea
     function SimpleLdapAuthenticationProvider(data)
     {
         this.fields = [];
-        var attributes = 
data.parenet.management.metadata.getMetaData("AuthenticationProvider", 
"SimpleLDAP").attributes;
+        var attributes = 
data.parent.management.metadata.getMetaData("AuthenticationProvider", 
"SimpleLDAP").attributes;
         for(var name in attributes)
         {
             this.fields.push(name);



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to