<< Back to previous view |
![]() |
[QB-2743] Force repetition param value to use only single value even if the value contains comma
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 6.1.18 |
Fix Version/s: | 7.0.0 |
Type: | Improvement | Priority: | Major |
Reporter: | Robin Shen | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 1 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
http://forum.pmease.com/viewtopic.php?f=1&t=4106
|
Comments |
Comment by Robin Shen [ 18/Dec/16 08:30 AM ] |
This will be solved in QB7 via the newly added script evaluation value provider to return values like below:
groovy: return ["a,b", "c,d"] |