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:
parent
e256eb1bc5
commit
16e724b8d2
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue