[Freeipa-devel] [PATCH] admiyo-0178-populate-attribute-table-for-delegation-add.

Adam Young ayoung at redhat.com
Sun Jan 30 03:10:20 UTC 2011


Pushed under the one line rule.


[ayoung at ayoung ui]$ git show HEAD
commit 20e742d355bf75bd8510c7ff2eb72cdf6e11d480
Author: Adam Young <ayoung at redhat.com>
Date:   Sat Jan 29 22:08:27 2011 -0500

     populate attribute table for delegation add

diff --git a/install/ui/aci.js b/install/ui/aci.js
index e9599d5..047c75f 100644
--- a/install/ui/aci.js
+++ b/install/ui/aci.js
@@ -63,6 +63,10 @@ IPA.attribute_table_widget = function(spec) {
                  }})
          })).
              append('<th class="aci-attribute-column">Attribute</th>');
+        if (that.object_type){
+            that.populate (that.object_type);
+        }
+
      };

      that.load = function(record) {




More information about the Freeipa-devel mailing list