Sort inputs table

[?]
Aug 12, 2016, 10:41 AM
TMQJPABTTYTB44JU7MTXVEG2USUHWZPWL6XH5SC5YWPRDYZDOUNAC

Dependencies

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