Vote #62823
完了Allow sorting issues by fixed version
100%
説明
This (one line) patch allows sorting issues by the fixed version, using the effective_date as the sort value. This patch was taken against 0.6.3. I tested that it applies to the trunk (with fuzz). I have not tested if it works, but it looks like it should.
journals
Committed in r1264. Default order set to DESC since we may want to see more recent versions first.
Thanks.
--------------------------------------------------------------------------------
Hmm, interesting. I guess if you're looking at closed issues for past releases, you might want to look at more recent versions first. However, using the field as target version for open issues (which is how I'll use it), I want to see the imminent releases first, then the ones which are further in the future, which would be ASC order.
This isn't a huge deal, since it's only a second click change the sort order, but I would think looking at work to do would be more common than looking at work already done.
In any case, thanks for the quick commit!
--------------------------------------------------------------------------------