Closed (fixed)
Project:
Field Validation
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2012 at 14:49 UTC
Updated:
27 Sep 2012 at 13:31 UTC
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
Comment #1
g089h515r806 commentedpatch are welcome.
Comment #2
g089h515r806 commentedI have added your account to the Maintainers of this project.
You could commit your code directly after you fix it.
Comment #3
hass commentedTHX, 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 :-)
Comment #4
hass commentedfield_validation.install (field_validation_update_7004)
Comment #5
g089h515r806 commentedcode commited.
This is the first time i use function module_enable, I have not used it before.