[rhmessaging-commits] rhmessaging commits: r4226 - mgmt/newdata/cumin/python/cumin/inventory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Thu Aug 26 09:32:59 EDT 2010


Author: eallen
Date: 2010-08-26 09:32:59 -0400 (Thu, 26 Aug 2010)
New Revision: 4226

Modified:
   mgmt/newdata/cumin/python/cumin/inventory/system.py
Log:
Fix for BZ 625060: Fixed sql for png slot vis mouseover popup

Modified: mgmt/newdata/cumin/python/cumin/inventory/system.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/inventory/system.py	2010-08-25 22:16:37 UTC (rev 4225)
+++ mgmt/newdata/cumin/python/cumin/inventory/system.py	2010-08-26 13:32:59 UTC (rev 4226)
@@ -89,9 +89,8 @@
         super(SystemSlotMap, self).do_process(session)
 
         system = self.system.get(session)
+        self.slots.add_where_expr(session, "\"System\" = '%s'", system.nodeName)
 
-        self.slots.add_where_expr(session, "s.system = '%s'", system.nodeName)
-
     def render_image_href(self, session):
         system = self.system.get(session)
 



More information about the rhmessaging-commits mailing list