Browse Source

HUE-6836 [jb] Reset select all checkboxes on interface change

Enrico Berti 8 years ago
parent
commit
4b5a7e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/jobbrowser/src/jobbrowser/templates/job_browser.mako

+ 1 - 0
apps/jobbrowser/src/jobbrowser/templates/job_browser.mako

@@ -2204,6 +2204,7 @@ ${ commonheader("Job Browser", "jobbrowser", user, request) | n,unicode }
           hueUtils.changeURL('#!' + interface);
           hueUtils.changeURL('#!' + interface);
         }
         }
         % endif
         % endif
+        self.jobs.selectedJobs([]);
         self.job(null);
         self.job(null);
         if (interface === 'slas'){
         if (interface === 'slas'){
           % if not is_mini:
           % if not is_mini: