<< Back to previous view |
![]() |
[QB-4159] Empty choice value for multi-selection box
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 15.0.2 |
Fix Version/s: | 15.0.4 |
Type: | Bug | Priority: | Blocker |
Reporter: | Alexey Kuznetsov | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
File Attachments: |
![]() |
Description |
I have first variable ("T1") with prompt as multi-selection box and second variable ("T2") with prompt as multi-selection box too.
In T2 variable I set the following script in "Choices" field: ${groovy: vars.get('T2').asList().join('\n')} But when I run configuration and choose a value of T1 variable, value of T2 variable is empty. Note: it worked fine in QB 14. |