work in progress: report management: handle output fields
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3804 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
173a86926e
commit
5b538e3753
1 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@ class Report(Template):
|
|||
return self.outputFields
|
||||
|
||||
def getAvailableOutputFields(self):
|
||||
activeNames = [f.name for f in self.getActiveOutputFields()]
|
||||
return [f for f in self.getAllOutputFields()
|
||||
if f not in self.getActiveOutputFields()]
|
||||
if f.name not in activeNames]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue