fix: use self.type for ReportInstance name
This commit is contained in:
parent
e6e9d4de82
commit
7761d74108
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class ReportInstance(BaseReport):
|
||||||
|
|
||||||
def __init__(self, context):
|
def __init__(self, context):
|
||||||
self.context = context
|
self.context = context
|
||||||
self.name = context.name
|
self.name = self.type
|
||||||
|
|
||||||
def getResultsRenderer(self, name, macros):
|
def getResultsRenderer(self, name, macros):
|
||||||
return macros[name]
|
return macros[name]
|
||||||
|
|
Loading…
Add table
Reference in a new issue