mirror of
https://github.com/documize/community.git
synced 2025-07-28 17:49:41 +02:00
Add missing super call in routes
This commit is contained in:
parent
329c43eba0
commit
2042454e77
5 changed files with 13 additions and 3 deletions
|
@ -28,6 +28,8 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
},
|
||||
|
||||
setupController(controller, model) {
|
||||
this._super(controller, model);
|
||||
|
||||
controller.set('model', model);
|
||||
controller.set('serial', this.serial);
|
||||
controller.set('slug', this.slug);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue