autocompletion search view - unsafe closure
Bug #1314306 reported by
Pierre Verkest
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Web (MOVED TO GITHUB) |
New
|
Undecided
|
Unassigned |
Bug Description
Hello,
Thanks making OpenERP!
I get an error while developping a web module, when I forgot to declare local "self" variable in my own code like
self = this;
The autocompletion result view wasn't displayed anymore !
I actualy fixed this closure issue in my module (using var self = this;), I think it would be appreciated to fix it in the search view as well, after some research I find that was remove by that merge: http://
Regards,
Pierre Verkest
Related branches
To post a comment you must log in.
I don't know what's your plan with launchpad issues?
I think you could close this issue, it's already fixed on github repos.