Closed (fixed)
Project:
Features Tools
Version:
7.x-1.4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2012 at 21:55 UTC
Updated:
22 Aug 2012 at 11:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
crazyrohila commentedThanks for pointing that out . here is a patch.
Comment #2
perelman.yuval commentedhi all.
thanks for the feedback and for the patch.
i will port it to the dev version as soon as posible.
Comment #3
perelman.yuval commentedhi all i add it to the dev version.
will be in the next stable relase (after we add cck unlink support and staff like that...).
thanks again.
Comment #4
osopolarWhile renaming a settings variable you also should have added an update hook, which first copies the old variable to the new one and later unset the variable. Otherwise you will leave an unused variable and the user has to reconfigure the settings (without knowing that he has to).
Comment #5
perelman.yuval commentedyou are right
thanks.