1 Jun
2007
1 Jun
'07
8:10 a.m.
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