Closed (fixed)
Project:
localize.drupal.org
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2015 at 22:19 UTC
Updated:
4 Nov 2015 at 14:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hass commentedHere it is:
I have not cloned this project, so please create the patch yourself.
Comment #3
hass commentedComment #4
hass commentedAh, we wait until the patch has been committed to l10n_server for now.
Comment #5
SebCorbin commentedComment #6
hass commentedThe uninstall of this variable is missing. Why not setting the schema? It is a lot easier and cleaner and do not require any extra stuff.
Comment #8
drummSince this is a site-specific module, we don't expect to be uninstalling it. The update itself can remove it.
And I can deploy this right away, doing the schema update later.
Comment #9
hass commentedNot really, you already made the schema changes in past and now you need to skip the update hook or these will run again. Increasing the schema version in system table is a lot easier and cleaner code!