From 26b15e139c5042f4ef93658858061c670be22961 Mon Sep 17 00:00:00 2001 From: Seiji Sogabe Date: Sun, 7 Apr 2013 10:11:48 +0900 Subject: [PATCH] [FIXED JENKINS-17039] sort order of plugin list is not working by default --- changelog.html | 3 +++ war/src/main/webapp/scripts/sortable.js | 1 + 2 files changed, 4 insertions(+) diff --git a/changelog.html b/changelog.html index 72021854aa..29d4d219d7 100644 --- a/changelog.html +++ b/changelog.html @@ -67,6 +67,9 @@ Upcoming changes
  • "projects tied to slave" shows unrelated maven module jobs (issue 17451) +
  • + sort order of plugin list is not working by default. + (issue 17039) diff --git a/war/src/main/webapp/scripts/sortable.js b/war/src/main/webapp/scripts/sortable.js index e298b6975e..a640d9be0c 100644 --- a/war/src/main/webapp/scripts/sortable.js +++ b/war/src/main/webapp/scripts/sortable.js @@ -63,6 +63,7 @@ function ts_makeSortable(table) { cell.firstChild.lastChild.sortdir = initialSortDir; } ts_loadDirection(table); + ts_refresh(table); } function ts_getInnerText(el) { -- GitLab