app/soc/logic/lists.py
changeset 1679 2b28763da7a4
parent 1458 ec06d3ee73e4
child 1803 d516eb26985e
--- a/app/soc/logic/lists.py	Thu Mar 05 19:21:43 2009 +0000
+++ b/app/soc/logic/lists.py	Thu Mar 05 21:38:18 2009 +0000
@@ -140,6 +140,13 @@
 
     return self._row_data
 
+  def info(self):
+    """Returns additional info on the current row item in the current list.
+    """
+
+    action, args = self.get('info')
+    return action(self._row_data, args)
+
   def redirect(self):
     """Returns the redirect for the current row item in the current list.
     """