After I have upgraded from 1.x the UI has disapeared without any notice. I have no idea why the UI has not automatically enabled on the upgrade. Please enabled it with an upgrade hook.

Comments

g089h515r806’s picture

patch are welcome.

g089h515r806’s picture

I have added your account to the Maintainers of this project.
You could commit your code directly after you fix it.

hass’s picture

THX, that's more than I expected. It shouldn't be a big trick to add one line with a module_enable() call into an upgrade hook :-)

hass’s picture

field_validation.install (field_validation_update_7004)

module_enable(array('field_validation_ui'), FALSE);
g089h515r806’s picture

Status: Active » Fixed

code commited.
This is the first time i use function module_enable, I have not used it before.

Status: Fixed » Closed (fixed)

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