[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py
Converted XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:04 EDT 2004
Log message for revision 26300:
Converted XXX to TODO.
-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py 2004-07-09 15:45:02 UTC (rev 26299)
+++ Zope3/trunk/src/zope/app/workflow/stateful/browser/content_filter.py 2004-07-09 15:45:04 UTC (rev 26300)
@@ -54,7 +54,7 @@
published_content = ViewPageTemplateFile('published_content.pt')
- # XXX: This method assumes you have a publishing workflow (SR)
+ # TODO: This method assumes you have a publishing workflow
def listPublishedItems(self):
return self.filterByState(self.listContentInfo(), 'published')
More information about the Zope3-Checkins
mailing list