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