소스 검색

HUE-8461 [report] Reopen the right assist when leaving report mode

Enrico Berti 7 년 전
부모
커밋
d218478fb4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

+ 3 - 0
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -5020,6 +5020,9 @@ $(document).ready(function () {
 
   huePubSub.subscribe('app.dom.unload', function (app) {
     if (app === 'dashboard') {
+      if (ApiHelper.getInstance().getFromTotalStorage('assist', 'right_assist_panel_visible', false)) {
+        huePubSub.publish('right.assist.show');
+      }
       $gridster.destroy();
     }
   }, 'dashboard');