The field_validation_form_field_ui_field_overview_form_alter() function adds an extra column in some rows, but not in all. So the table structure is not correct semantically and does not display fine.
The function should add an empty string for all rows it is not concerned with.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | field_validation-fields-overview-is-not-valid-1432676-1.patch | 2.18 KB | b-prod |
Comments
Comment #1
b-prod commentedThe patch below fixes this. It also implements
hook_module_implements_alter()to ensure compatibility with other contributed modules.Comment #2
g089h515r806 commentedI have add your account to co-maintener of this module, you could commit it directly.
Comment #3
b-prod commented@g089h515r806: thanks!
Fix has been ported in the DEV version