From 43c27a4c58088f55c8848d5a89d2a4248c284f20 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 18 Feb 2015 18:50:58 -0800 Subject: [PATCH] crmMailingAB - After submitting, stay on the report screen. Don't redirect to listing. --- js/angular-crmMailingAB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular-crmMailingAB.js b/js/angular-crmMailingAB.js index 91bb7ace4e..4d30b29de2 100644 --- a/js/angular-crmMailingAB.js +++ b/js/angular-crmMailingAB.js @@ -159,7 +159,7 @@ // Note: We're going to leave, so we don't care that submit() modifies several server-side records. // If we stayed on this page, then we'd care about updating and call: abtest.submitTest().then(...abtest.load()...) }) - ).then($scope.leave); + ); }; $scope.leave = function leave() { -- 2.25.1