Skip to content

Commit

Permalink
Fix for select tags not getting data-bt-testing-*
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Heeren committed Mar 31, 2016
1 parent d7b7e62 commit 14cbd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/src/xml/base_ext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</t>

<!-- adapted, but not tested: 9.0 EE -->
<t t-extend="FieldSelectionSelect">
<t t-extend="FieldSelection">
<t t-jquery="select">
this.attr('t-att-data-bt-testing-name', 'widget.name');
this.attr('t-att-data-bt-testing-model_name', 'widget.view.fields_view.model');
Expand Down

0 comments on commit 14cbd78

Please sign in to comment.