Commit b38ec95cbab93b749146c3620d73f9d19ac445a1
1 parent
ccf19fd5
Patch for dashlet states on dashboard.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6133 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
dashboard.php
| ... | ... | @@ -92,6 +92,8 @@ class DashboardDispatcher extends KTStandardDispatcher { |
| 92 | 92 | $this->oPage->requireJSResource('resources/js/DDList.js'); |
| 93 | 93 | |
| 94 | 94 | |
| 95 | + $this->oUser->refreshDashboadState(); | |
| 96 | + | |
| 95 | 97 | // dashboard |
| 96 | 98 | $sDashboardState = $this->oUser->getDashboardState(); |
| 97 | 99 | $sDSJS = "var savedState = "; | ... | ... |