[rhmessaging-commits] rhmessaging commits: r2343 - mgmt/trunk/cumin/python/wooly.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Aug 21 16:31:34 EDT 2008


Author: eallen
Date: 2008-08-21 16:31:34 -0400 (Thu, 21 Aug 2008)
New Revision: 2343

Modified:
   mgmt/trunk/cumin/python/wooly/tables.py
Log:
Fix column sorting error found by cumin-bench

Modified: mgmt/trunk/cumin/python/wooly/tables.py
===================================================================
--- mgmt/trunk/cumin/python/wooly/tables.py	2008-08-21 20:24:57 UTC (rev 2342)
+++ mgmt/trunk/cumin/python/wooly/tables.py	2008-08-21 20:31:34 UTC (rev 2343)
@@ -128,6 +128,10 @@
     def render_value(self, session, value):
         return str(value)
 
+    # in case a non-sql column is included in an sqltable
+    def get_orderby_sql(self, session):
+        pass
+    
 class ItemTableColumnHeader(Widget):
     def __init__(self, app, name, column):
         super(ItemTableColumnHeader, self).__init__(app, name)




More information about the rhmessaging-commits mailing list