Commit f2375d8fb53401a08953741939f571f278621478
1 parent
edfbce74
this is solution for the bug 23452 Apply btn issue with AA
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 | } | ... | ... |