Comment 0 for bug 992868

Revision history for this message
Bryce Harrington (bryce) wrote :

`task projects` priority headers are swapped.

Say you have 6 tasks entered for project foobar:
  1 High priority
  2 Medium
  3 Medium
  4 Low
  5 Low
  6 Low

This is displayed like this:

$ task projects
Project Tasks Pri:None Pri:H Pri:M Pri:L
foobar 0 3 2 1

When it should obviously be like this:

$ task projects
Project Tasks Pri:None Pri:H Pri:M Pri:L
foobar 0 1 2 3

Upstream bug: http://taskwarrior.org/issues/964