Closed (fixed)
Project:
Hierarchical Select
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
12 Dec 2011 at 21:08 UTC
Updated:
5 Jan 2019 at 14:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
stefan.r commentedAnyone willing to provide a patch for this? We'd want an update hook that renames all current variables and we want to replace hyphens with underscores in variable_gets and variable_sets.
Comment #2
goldHave added a sanitization function that is called so all (currently just the one) transforms on the name can be done in one place.
Have added an update hook that copies existing vars to the new format.
Have added tests that validate the new variable names.
Have performed code standards updates to the functions touched.
Testing needed.
Comment #4
goldHmm... The CI appears to be broken. Will requeue for testing again later.
Error response from daemon: Get https://registry-1.docker.io/v2/drupalci/php-7.1-apache/manifests/production: received unexpected HTTP status: 503 Service UnavailableComment #5
goldLooking good :)
Comment #6
philltran commentedThe patch applied cleanly to dev version of module.
The update script renamed existing keys to use "_" instead of "-".
I testing creating new field after patch and key name also correctly used "_".
@Gold thanks for the addressing this issue.
Comment #7
andrey.troeglazov commentedComment #9
andrey.troeglazov commented