web
web copied to clipboard
[16.0] web_remember_tree_column_width: issues with HTML fields
Module
web_remember_tree_column_width
Describe the bug
When HTML field is in a list view, column width is not saved (when more columns in a list view are visible).
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
- on runboat install module l10n_it_edi
- Invoices list view -> select field edi_error_message as optional=show.
- expand field column width, refresh page. Width is saved correctly.
- Select more fields as optional=show. Column width is not saved.
Expected behavior HTML field column width should stay the same.
Hello, I have created a pull request to fix the issue at https://github.com/OCA/web/pull/2720. Could you please review and test the solution? Thanks.