From ec6ce39f0753f59587c5d76346ae9fe9db63d070 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 1 Sep 2016 12:15:20 +0530 Subject: [PATCH] After cherry pick of 3df42770ae i.e. fix for Bug 6983: Modesty change doesn't reflect on Navigator for the first time 6980: Image doesn't update in Navigator --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index ab7204e..d2fa881 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -560,7 +560,7 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", var openViewLen = $rootScope.openViews.length; var currentOpenViewId = $rootScope.openViews[openViewLen - 1].BodyViewId; $rootScope.isSettingEventAlredayDispachted = true; - $rootScope.$broadcast('reloadDABodyViewEvent', { reloadDABodyViewId: currentOpenViewId }); + $rootScope.$broadcast('reloadDABodyViewEvent', { reloadDABodyViewId: currentOpenViewId },true); } else { $rootScope.$broadcast('reloadDAControllerEvent', true); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html index 2fc5a18..5a31d94 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html @@ -243,7 +243,7 @@