Commit c5fe54992977f3e3298749603cd19018f029367d
1 parent
db0b2ac4
Bug #7543:DA > Incorrect View Title
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -273,6 +273,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
273 | 273 | $rootScope.ViewTitle = $event.currentTarget.textContent; |
274 | 274 | |
275 | 275 | localStorage.setItem("currentViewTitleFromJson", $event.currentTarget.textContent); |
276 | + localStorage.setItem("currentViewTitle", $event.currentTarget.textContent); | |
276 | 277 | localStorage.setItem("currentBodyViewId", $event.currentTarget.id); |
277 | 278 | |
278 | 279 | var u = $location.url(); | ... | ... |