At first: wonderful Module !! Nearly exact what I was looking for.
The problem: if you use key-value pairs in options like:
1|yes
2|no
the results are wrong (I think your class-function does not recognise the names names).
With only the value, your module returns the correct link:
yes
no
Any way to add this to your code - or make a comment for other users to not use key-value-pairs ?
Thank you - greetings from Hamburg
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | keyvalue.patch | 4.44 KB | tis |
Comments
Comment #1
syturvy commentedI get exactly the same error. I use keys to avoid storing too much data, but this way the module never recognizes the answer and fails to assign points.
I was hoping to fix this myself with a small path, but I'm getting a little lost in the module code. (My Hungarian is not that good.)
@TIS: Can you give any hint about what parts of the code should be changed?
Comment #2
tis commentedI've made some modifications. Now I'm testing it. I'll upload new version soon.
Comment #3
tis commentedHere is the patch file.