3
0
Fork 0
web_techsystech/web_export_view/static
Jairo Llopis 00119d92d1 [9.0][FIX][web_export_view] ReferenceError: instance is not defined (#515)
There was a bug that could be easily reproduced by:

1. Go to *Sales > Products*.
2. Choose list view.
3. Select all.
4. *Export current view > Excel*.

It raised this message to the user:

    ReferenceError: instance is not defined

This is all due to a wrong migration from v8 code. `instance` exists no more in
v9, instead we need to use some methods and variables from correct modules.
2017-01-04 19:45:40 +01:00
..
description [ADD] icon and README 2015-03-24 15:18:52 +01:00
src/js [9.0][FIX][web_export_view] ReferenceError: instance is not defined (#515) 2017-01-04 19:45:40 +01:00