Fix view config inheritance
This commit is contained in:
parent
640ca783c7
commit
16fdfd51ba
2 changed files with 2 additions and 3 deletions
|
@ -24,4 +24,4 @@ class UpgradeView(base.UpgradeView):
|
|||
|
||||
|
||||
def includeme(config):
|
||||
UpgradeView.defaults(config)
|
||||
base.defaults(config, **{'UpgradeView': UpgradeView})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue