Actions
Defect #30182
closed
Inconsistent classification of "ID" class containers for issues
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
In the issue view table on /projects/<your project>/issues, the top bar with column descriptions, has something like:
<th class="id"> <a class="sort desc" title="Sort by "#"" data-remote="true" rel="nofollow" data-method="post" href="/my/page?settings%5Bissuesassignedtome%5D%5Bsort%5D=id%3Adesc%2Cpriority%3Adesc%2Cupdated_on%3Adesc">#</a> </th>
however on the issues view on "/my/page" the <a> child of <th class="id"> doesn't have a class "sort desc" assigned anywhere. (Issues assigned to me, reported issues, watched issues blocks to be exact).
Actions