Closed (fixed)
Project:
Baidu Map
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2013 at 10:12 UTC
Updated:
18 Nov 2013 at 10:30 UTC
Jump to comment: Most recent
I just wanted to report a small/minor issue related with the install file of the module.
It seems module is not deleting any of the configuration variables upon uninstall.
Currently there is only one: baidu_map_api_key
Basically, we would need to add baidu_map.install with an implementation of hook_uninstall.
Please let me know if you would have any questions on any points/code/aspects mentioned in this ticket, I would surely be glad to provide more information.
Any feedback, comments, question, testing would be highly appreciated.
Thanks in advance.
Comments
Comment #1
xiukun.zhou commentedQuick follow-up on this bug report:
Added new file baidu_map.install with an implementation of hook_uninstall which removes the only current variable added by the module:
I went ahead and committed the changes against the 7.x-1.x branch at 9990d2f.
I allowed myself to mark this issue as fixed for now, but feel free to re-open it, or post a new ticket, at any time if you have any further objections with this ticket or related commit 9990d2f (we would surely be happy to hear your feedback).
Please let me know if you would have any further comments, feedback, questions, issues, objections, suggestions or concerns on the commit or this feature request in general, I would be glad to provide more information or explain in more details.
Thanks in advance to everyone for your testing, reviews, feedback and comments on this issue.
Cheers!
Comment #2
xiukun.zhou commented