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.

Comments

b-prod’s picture

Status: Active » Needs review
StatusFileSize
new2.18 KB

The patch below fixes this. It also implements hook_module_implements_alter() to ensure compatibility with other contributed modules.

g089h515r806’s picture

I have add your account to co-maintener of this module, you could commit it directly.

b-prod’s picture

Status: Needs review » Fixed

@g089h515r806: thanks!

Fix has been ported in the DEV version

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.