3
0
Fork 0
web_techsystech/web_translate_dialog/static/src
Akim Juillerat bf06a84b9a web_translate_dialog: Display only fields displayed in the view
parent.renderer.state.fields includes all the fields in the model
whereas parent.renderer.state.getFieldNames() includes all the fields
displayed in the view.
This commit filters out fields that are not displayed in the view
to avoid the TypeError "undefined is not an object (evaluating '$('[name='+field_name+']')[0].maxLength')"
because translatable_fields did include fields that are not in the view.
2020-10-09 13:51:24 +02:00
..
css Fix sidebar & reenable multiple fields 2020-01-30 14:11:45 +01:00
js web_translate_dialog: Display only fields displayed in the view 2020-10-09 13:51:24 +02:00
xml Fix sidebar & reenable multiple fields 2020-01-30 14:11:45 +01:00