Commit 7bf18d67ca1b511d32a45c85df723d3728cb9bda
Merge branch 'applyBtnAAIssue' into Develop
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
... | ... | @@ -55,6 +55,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou |
55 | 55 | }; |
56 | 56 | |
57 | 57 | $scope.loadForModuleById = function (moduleId) { |
58 | + $rootScope.openModules.push({ "ModuleId": 2 }); | |
58 | 59 | if ($rootScope.refreshcheck == null) { |
59 | 60 | $location.path('/'); |
60 | 61 | } | ... | ... |