Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.2
-
Fix Version/s: 3.0.3
-
Component/s: controller
-
Labels:None
Description
Tests over 1000 is not supported.
When accessing perftest over 1000, some ajax javascript is generated with 1,000 then syntax error occurs.
It's because we omited ?c in ${test.id?c} ftl expression.
Quick fix is necessary.
Fixed