[Freeipa-devel] [PATCH] admiyo-0223-make-use-of-new-user-find-columns

Adam Young ayoung at redhat.com
Fri Apr 22 20:10:47 UTC 2011


On 04/22/2011 04:07 PM, Adam Young wrote:
> On 04/22/2011 03:24 PM, Adam Young wrote:
>> required rcrit-0777
>>
>>
>> _______________________________________________
>> Freeipa-devel mailing list
>> Freeipa-devel at redhat.com
>> https://www.redhat.com/mailman/listinfo/freeipa-devel
> ACKed in IRC and pushed to master
>
>
> _______________________________________________
> Freeipa-devel mailing list
> Freeipa-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/freeipa-devel
Commit missed a Javascript lint error which I had corrected and tested.  
Pushed under the one line rule

[ayoung at ayoung ui]$ git show HEAD
commit db07c374aa34ca91831af8a3d158330e8082b7bb
Author: Adam Young <ayoung at redhat.com>
Date:   Fri Apr 22 16:08:48 2011 -0400

     fix JSL error

diff --git a/install/ui/user.js b/install/ui/user.js
index 19a991e..7a8adb7 100644
--- a/install/ui/user.js
+++ b/install/ui/user.js
@@ -29,7 +29,7 @@ IPA.entity_factories.user = function() {
      builder.
          entity('user').
          search_facet({
-            
columns:['uid','givenname','sn','uidnumber','mail','telephonenumber','title'],
+            
columns:['uid','givenname','sn','uidnumber','mail','telephonenumber','title']
          }).
          details_facet({sections:[
              {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20110422/8c50fa56/attachment.htm>


More information about the Freeipa-devel mailing list