Revert "Sort inputs table" (#448)

[?]
Jan 30, 2017, 5:20 PM
ZM3G3JVFMV4TRXGNAU2FI44M64UPLY2XIA6247R7CYR5F4Y3QB5AC

Dependencies

  • [2] TMQJPABT Sort inputs table
  • [3] LUYDIGYM Make input value wider
  • [4] OX6NYJDV Split viewing and editing a jobset
  • [5] RQI3GRC6 Enable setting checkresponsible in the edit jobset form
  • [6] VJFLX7B6 Fix rendering of jobset inputs
  • [7] VG4QG336 Remove tablesorter
  • [8] K3HODXGH Check all inputs for blame but only email selected inputs
  • [9] OK4P3AMK Remove the ability to add multiple jobset input alternatives
  • [10] UQA4FMUA Allow 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
    [3.1891][2.0:120]()
    [% inputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN inputs.sort('name') %]
    [3.1891]
    [3.175]
    [% inputs = createFromEval ? eval.jobsetevalinputs : jobset.jobsetinputs; FOREACH input IN inputs %]
  • replacement in src/root/jobset.tt at line 36
    [3.6398][2.121:183]()
    [% FOREACH input IN jobset.jobsetinputs.sort('name') %]
    [3.6398]
    [3.520]
    [% FOREACH input IN jobset.jobsetinputs %]