<< Back to previous view |
![]() |
[QB-1819] Unexpected exception raised when defining custom stats indicator color using expression
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 5.0.39, 5.1.0-rc4, 5.1.0 |
Type: | Bug | Priority: | Major |
Reporter: | Steve Luo | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
When using expression for a custom stats indicator like below:
${tests > 1 ? "#FF0000" : "#333333"} an unexpected exception is thrown. |