launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #33183
[Merge] ~enriqueesanchz/launchpad:fix-bugtask-model-sort-key into launchpad:master
The proposal to merge ~enriqueesanchz/launchpad:fix-bugtask-model-sort-key into launchpad:master has been updated.
Description changed to:
There are 2 implementations of `bugtask_sort_key`. One of that implementations was not taking into account the `packagetype` and `channel`.
We cannot use only one of them since both orders `bugtasks` diferently.
So when showing `bugtasks` in the bug page it is ordered by the `browser` one and when doing `bug.bugtasks` by the `model` one.
For more details, see:
https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/494915
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~enriqueesanchz/launchpad:fix-bugtask-model-sort-key into launchpad:master.
References