-
Bug
-
Resolution: Fixed
-
Minor
-
None
Case 1
- Given an Active Choices Parameter called "LIST"
- Groovy script
return ["A=1","B=2","C-3"]
- Groovy script
- Given an Active Choices Reactive Reference Parameter called "LIST_SELECTION"
- Groovy script
return LIST
- Choice Type = "Formatted HTML"
- Referenced parameters = LIST
- Groovy script
- When I run this job selecting any value in LIST cointaining equals character ("=") , LIST_SELECTION parameter is always empty. Otherwise, LIST_SELECTION parameter shows selected LIST value if it doesn't include "=" character.
Case 2
- Given a String Parameter called "FOO"
- Given an Active Choices Reactive Reference Parameter called "FOO_VALUE"
- Groovy script:
return FOO
- Choice Type = "Formatted HTML"
- Referenced parameters = FOO
- Groovy script:
- When I run this job and introducing some value cointaining equals character ("=") in FOO parameter, FOO_VALUE parameter don't show FOO value. Otherwise, FOO_VALUE parameter shows FOO parameter value if it doesn't include "=" character