[Zope] review_state

julian jules12af at aol.com
Fri Jun 1 04:10:05 EDT 2007


Hi,

I search a function that return the review_state of an object in Zope.
A function like : object.get('review_state')

         row[0] = object.getId()
         title = object.Title()
         row[1] = title
         row[2] = object.getPhysicalPath()
         #row[3] = object.get('review_state')

Thanks

Julian



More information about the Zope mailing list