-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: core
The toString() method of Run.java was changed recently to no return the FullDisplayName
public String toString() { - return getFullDisplayName(); + return project.getFullName() + " #" + number;
i think the RunParameter just uses the toString() method when displaying so now does not display the Full Display Name which was very useful
<option value="${run.externalizableId}">${run}</option>