Revert "Sort inputs table" (#448)
[?]
Jan 30, 2017, 5:20 PM
ZM3G3JVFMV4TRXGNAU2FI44M64UPLY2XIA6247R7CYR5F4Y3QB5ACDependencies
- [2]
TMQJPABTSort inputs table - [3]
LUYDIGYMMake input value wider - [4]
OX6NYJDVSplit viewing and editing a jobset - [5]
RQI3GRC6Enable setting checkresponsible in the edit jobset form - [6]
VJFLX7B6Fix rendering of jobset inputs - [7]
VG4QG336Remove tablesorter - [8]
K3HODXGHCheck all inputs for blame but only email selected inputs - [9]
OK4P3AMKRemove the ability to add multiple jobset input alternatives - [10]
UQA4FMUAAllow a jobset to be created from an evaluation - [*]
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.sort('name') %][% inputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN inputs %] - replacement in src/root/jobset.tt at line 36
[% FOREACH input IN jobset.jobsetinputs.sort('name') %][% FOREACH input IN jobset.jobsetinputs %]