do not pre-populate standard fields in class
This commit is contained in:
parent
fa569284c3
commit
064cac4d53
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ class Report(Template):
|
||||||
|
|
||||||
implements(IReport)
|
implements(IReport)
|
||||||
|
|
||||||
name = identifier = title = description = u''
|
name = identifier = u''
|
||||||
|
#title = description = u''
|
||||||
type = 'generic'
|
type = 'generic'
|
||||||
manager = None
|
manager = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue