From b3403f8fd01758e6b7d0ff6d52e755c0056911d3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 5 Nov 2013 12:13:29 -0500 Subject: [PATCH] fixes #611 - Back from plug-in detail doesn't update drop-down --- dashboard-ui/scripts/plugincatalogpage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dashboard-ui/scripts/plugincatalogpage.js b/dashboard-ui/scripts/plugincatalogpage.js index 1f575b3704..78362aa57a 100644 --- a/dashboard-ui/scripts/plugincatalogpage.js +++ b/dashboard-ui/scripts/plugincatalogpage.js @@ -153,6 +153,8 @@ var page = this; + $('#selectTargetSystem', page).val(query.TargetSystems).selectmenu('refresh'); + // Reset form values using the last used query $('.chkPremiumFilter', page).each(function () {