Skip to content
Snippets Groups Projects

Allow users to choose whether or not to auto-open launched apps

Merged Duggan, John requested to merge 13-handle-popup-blockers-blocking-launched-app into dev
1 unresolved thread

Closes #13 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
99 100 self.jobs.pop(tool["id"])
100 101 if len(self.auto_open_tool_list) > 0:
101 102 for t in self.auto_open_tool_list.copy():
102 if self.jobs[t]["url"]:
103 if (
104 t in self.jobs
105 and self.jobs[t]["url"]
106 and self.open_after_launch_bind.state.open_after_launch
  • Duggan, John added 5 commits

    added 5 commits

    • dab5eb6d - Don't stripe the application lists
    • 29e9288a - Use ORNL colors for all tool lists
    • 37f9682f - Change language when no tools are available
    • e829f8ca - Don't use color on the sign-in list
    • 6800e090 - Merge remote-tracking branch 'origin/27-tweak-ui-based-on-feedback' into...

    Compare with previous version

  • Duggan, John added 3 commits

    added 3 commits

    Compare with previous version

  • Duggan, John added 1 commit

    added 1 commit

    • b8f734d4 - Use the view model to set localStorage

    Compare with previous version

  • Cage, Gregory approved this merge request

    approved this merge request

  • merged

  • Duggan, John mentioned in commit aeb526d2

    mentioned in commit aeb526d2

  • Please register or sign in to reply
    Loading