mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Merge pull request #2 from acsone/10.0-web-notify-return-ape
[FIX] Return result of super of show_application
This commit is contained in:
committed by
GitHub
commit
7e707ed2ca
@@ -9,8 +9,9 @@ WebClient.include({
|
||||
this._super(parent, client_options);
|
||||
},
|
||||
show_application: function() {
|
||||
this._super();
|
||||
var res = this._super();
|
||||
this.start_polling();
|
||||
return res
|
||||
},
|
||||
on_logout: function() {
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user