Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure assist panel shows when there are no job tabs. #155

Merged
merged 1 commit into from
Jun 12, 2017

Commits on Jun 8, 2017

  1. Ensure assist panel shows when there are no job tabs.

    The assist panel did not show when the job tabs were removed due to a
    right-click delete search in the search history tree. This was because
    the tab.removeAll() function did not fire the close event. Changed the
    code to listen to the destroy event which is always fired.
    
    Steps to test:
    
    - Open one or more jobs in the job viewer
    - in the searhc history tree right click on a search node and select
      'Delete Search'
    - Click 'yes' when prompted
    
    With the original code the main tab panel is blank. This change results
    in the assist panel being displayed again.
    jpwhite4 committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    f9d4d3e View commit details
    Browse the repository at this point in the history