Displaying 1 result from an estimated 1 matches for "10a10c8".
Did you mean:
  0x10c8
  
2009 May 26
1
[PATCH server] fix for Bug 466731 - There is no title for the third column in User Access page and can't be sorted
...ssions, :dependent => :destroy,
+           :include => [:role, :pool, {:parent_permission => :pool}],
+           :order => "permissions.id ASC"
 
   has_one :quota, :dependent => :destroy
 
diff --git a/src/app/views/user/_grid.rhtml b/src/app/views/user/_grid.rhtml
index 10a10c8..c16c0c6 100644
--- a/src/app/views/user/_grid.rhtml
+++ b/src/app/views/user/_grid.rhtml
@@ -17,7 +17,7 @@
         <%= "{display: '', width : 20, align: 'left', process: #{table_id}checkbox}," if checkboxes %>
         {display: 'Name', name : 'uid'...