
Key: |
QB-4159
|
Type: |
Bug
|
Status: |
Resolved
|
Resolution: |
Fixed
|
Priority: |
Blocker
|
Assignee: |
Unassigned
|
Reporter: |
Alexey Kuznetsov
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 04/Mar/25 10:53 AM
Updated: 04/Mar/25 01:33 PM
|
|
Component/s: |
None
|
Affects Version/s: |
15.0.2
|
Fix Version/s: |
15.0.4
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
File Attachments:
|
None
|
Image Attachments:
|
|
|
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.
|
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. |
Show » |
There are no comments yet on this issue.
|
|