Skip to content

Commit

Permalink
series: Don't allow to sort by submitter/reviewer
Browse files Browse the repository at this point in the history
Allowing that is not very useful. The only real reason to sort by those
fields is to figure out all patches submitted/to review of an
individual, something that is much more convenient to do with filters.

It also make the interaction between sorting and updates much simpler,
removing so edge cases we don't really want to look at.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Feb 3, 2016
1 parent 31680b4 commit 4ff7a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchwork/templates/patchwork/series-list-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<th data-dynatable-no-sort="true">Series</th>
<th data-dynatable-no-sort="true">Tests</th>
<th data-dynatable-no-sort="true">Patches</th>
<th>Submitter</th>
<th>Reviewer</th>
<th data-dynatable-no-sort="true">Submitter</th>
<th data-dynatable-no-sort="true">Reviewer</th>
<th class="text-nowrap">Updated</th>
</tr>
</thead>
Expand Down

0 comments on commit 4ff7a32

Please sign in to comment.