Fix params field when deleting a report
This commit is contained in:
parent
197d3de74a
commit
6f62f141d2
3 changed files with 44 additions and 10 deletions
|
@ -2250,6 +2250,12 @@ class MasterView(View):
|
|||
"""
|
||||
return kwargs
|
||||
|
||||
def template_kwargs_delete(self, **kwargs):
|
||||
"""
|
||||
Method stub, so subclass can always invoke super() for it.
|
||||
"""
|
||||
return kwargs
|
||||
|
||||
def get_db_engines(self):
|
||||
"""
|
||||
Must return a dict (or even better, OrderedDict) which contains all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue