Jairo Llopis
|
22190051e0
|
[FIX][web_export_view] Make it usable when int fields are present
To reproduce the problem, you just had to:
1. Go to *Settings > Technical > User Interface > Views*.
2. Press *Export Current View > Excel*.
You got this:
```
ReferenceError: assignment to undeclared variable tmp
http://localhost:9069/web_export_view/static/src/js/web_export_view.js:95 Traceback:
.on_sidebar_export_view_xls/</<@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:95:29
.each@http://localhost:9069/web/static/lib/jquery/jquery.js:383:49
.on_sidebar_export_view_xls/<@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:75:17
.each@http://localhost:9069/web/static/lib/jquery/jquery.js:383:49
.on_sidebar_export_view_xls@http://localhost:9069/web_export_view/static/src/js/web_export_view.js:68:9
Sidebar<.start/<@http://localhost:9069/web/static/src/js/widgets/sidebar.js:46:17
jQuery.event.dispatch@http://localhost:9069/web/static/lib/jquery/jquery.js:4640:50
jQuery.event.add/elemData.handle@http://localhost:9069/web/static/lib/jquery/jquery.js:4309:41
```
Strict mode was preventing usage of an undeclared variable. Now it's declared.
|
2017-03-24 12:46:36 +01:00 |
|
Simone Orsi
|
6a424d3ac2
|
[add] known issue section in README, update my email
|
2016-11-03 08:53:30 +01:00 |
|
Rodney Vargas
|
aa13a90549
|
[ADD]-web_export_view: Migrate from API8 to API9
|
2016-11-03 08:53:30 +01:00 |
|
Yannick Vaucher
|
9aa6964ff4
|
Add bug tracker link on README.rst
|
2015-05-22 19:45:36 +02:00 |
|
Lorenzo Battistini
|
ed234d5478
|
[ADD] icon and README
|
2015-03-24 15:18:52 +01:00 |
|