Sort inputs table
[?]
Aug 12, 2016, 10:41 AM
TMQJPABTTYTB44JU7MTXVEG2USUHWZPWL6XH5SC5YWPRDYZDOUNACDependencies
- [2]
UQA4FMUAAllow a jobset to be created from an evaluation - [3]
VG4QG336Remove tablesorter - [4]
OK4P3AMKRemove the ability to add multiple jobset input alternatives - [5]
LUYDIGYMMake input value wider - [6]
K3HODXGHCheck all inputs for blame but only email selected inputs - [7]
OX6NYJDVSplit viewing and editing a jobset - [8]
VJFLX7B6Fix rendering of jobset inputs - [9]
RQI3GRC6Enable setting checkresponsible in the edit jobset form - [*]
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') %]