From 1c4ee763261e00a47fdc63289fb41ef85193f215 Mon Sep 17 00:00:00 2001 From: Cameron Dawson Date: Thu, 26 Oct 2017 12:58:16 -0700 Subject: [PATCH] Bug 1412093 - Fix thNotify when selected job not in range of pushes --- ui/js/models/resultsets_store.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/js/models/resultsets_store.js b/ui/js/models/resultsets_store.js index e7982f323..71ab3e1d3 100644 --- a/ui/js/models/resultsets_store.js +++ b/ui/js/models/resultsets_store.js @@ -1108,9 +1108,7 @@ treeherder.factory('ThResultSetStore', [ // provide a message and link to load the right resultset thNotify.send("Selected job id: " + selectedJobId + " not within current push range.", "danger", - true, - "Load push", - url); + { sticky: true, linkText: "Load push", url }); }); }, function () {