From 2e7e68855466e9ac07c6942cf8df859ab6b67408 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 01 2017 12:25:04 +0000 Subject: Fix the ordering of the issues by priority using JS and its documentation Basically the documentation was saying the opposite of what the JS is doing but then the JS was somehow not getting properly initialized. This commit fixes both issues. Fixes https://pagure.io/pagure/issue/2478 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index a06b4c1..f917367 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -354,8 +354,8 @@ - diff --git a/pagure/templates/settings.html b/pagure/templates/settings.html index 8861583..72843ca 100644 --- a/pagure/templates/settings.html +++ b/pagure/templates/settings.html @@ -597,7 +597,7 @@

Below are the priorities you may assign to a ticket, allowing you to sort them with it. The Weight determines the ordering. Higher - priority should correspond to higher weight. + priority should correspond to lower weight. To remove an entry, simply clean the Weight and Title