Pagure creates priorities 1->High, 2->Normal, 3->Low by default. But the priorities documentation in project settings says "Higher priority should correspond to higher weight", which is the exact opposite. So how should it be, higher numbers for higher priority, or lower numbers for higher priority? Please fix either documentation or default priorities.
1->High, 2->Normal, 3->Low
Metadata Update from @pingou: - Issue assigned to pingou
After looking into this, this ticket requires two fixes:
a/ adjust the doc
b/ code change in issues.html, instead of the current JS snippet, use:
<script type="text/javascript"> $(document).ready(function() { $("#pagure-issues-list").stupidtable(); }); </script>
Metadata Update from @pingou: - Issue tagged with: bug, easyfix
Commit 2e7e6885 fixes this issue