#2478 priorities weight seems reversed in documentation vs default priorities
Closed: Fixed Opened by kparal.

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.


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

Metadata