Has something changed since 3.5.2 with regards to the custom valuelist? When I create e.g.
check|1
uncheck|0
the valuelist returns check or uncheck instead of 1 or 0. Am I missing something, or can someone confirm this as a bug?
Regards, Hans
Has something changed since 3.5.2 with regards to the custom valuelist? When I create e.g.
check|1
uncheck|0
the valuelist returns check or uncheck instead of 1 or 0. Am I missing something, or can someone confirm this as a bug?
Regards, Hans
as far as i know there are no changes for that. Can you create a test case?
pritaeas:
check|1
uncheck|0
This valuelist returns check or uncheck, instead of 1 or 0. We’ve tried creation at run-time thru an array, but same (wrong) behaviour.
Just had a look with MaartenB. Seems editable was set to true. Global was set to text. Disabling editable solved the issue.
Anyway, it is strange behaviour. You’d expect a return value of 1 if check is selected from the list. This does not happen when editable is true.
MB will probably bring up the issue.