work in progress: generic report configuration

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3775 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-03-20 18:29:46 +00:00
parent e256eb1bc5
commit 16e724b8d2

View file

@ -49,6 +49,7 @@ class ReportManager(object):
id = generateName(self.checkId) id = generateName(self.checkId)
report.identifier = id report.identifier = id
self.reports[id] = report self.reports[id] = report
report.manager = self
return report return report
def checkId(self, id): def checkId(self, id):