From f2375d8fb53401a08953741939f571f278621478 Mon Sep 17 00:00:00 2001 From: Mukul Date: Fri, 6 Oct 2017 10:45:23 +0530 Subject: [PATCH] this is solution for the bug 23452 Apply btn issue with AA --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index cc1636d..d174efb 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -55,6 +55,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou }; $scope.loadForModuleById = function (moduleId) { + $rootScope.openModules.push({ "ModuleId": 2 }); if ($rootScope.refreshcheck == null) { $location.path('/'); } -- libgit2 0.21.4