Sort inputs table
[?]
Aug 12, 2016, 10:41 AM
TMQJPABTTYTB44JU7MTXVEG2USUHWZPWL6XH5SC5YWPRDYZDOUNACDependencies
- [2]
UQA4FMUAAllow a jobset to be created from an evaluation - [3]
OX6NYJDVSplit viewing and editing a jobset - [4]
VG4QG336Remove tablesorter - [5]
LUYDIGYMMake input value wider - [6]
RQI3GRC6Enable setting checkresponsible in the edit jobset form - [7]
K3HODXGHCheck all inputs for blame but only email selected inputs - [8]
OK4P3AMKRemove the ability to add multiple jobset input alternatives - [9]
VJFLX7B6Fix rendering of jobset inputs - [*]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that
Change contents
- replacement in src/root/edit-jobset.tt at line 50
[% inputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN inputs %][% inputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN inputs.sort('name') %] - replacement in src/root/jobset.tt at line 36
[% FOREACH input IN jobset.jobsetinputs %][% FOREACH input IN jobset.jobsetinputs.sort('name') %]