Forgot to call the default_view if no plugin felt responsible
This commit is contained in:
parent
b435ecf9e8
commit
aaeb2ef4db
1 changed files with 2 additions and 0 deletions
|
|
@ -357,6 +357,8 @@ def index():
|
|||
break
|
||||
else:
|
||||
_logger.warn("UiPlugin {} returned an empty response".format(plugin._identifier))
|
||||
else:
|
||||
response = default_view()
|
||||
|
||||
if response is None:
|
||||
return abort(404)
|
||||
|
|
|
|||
Loading…
Reference in a new issue