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

Duplicate breadcrumb after navigating back from a child job #12819

Closed
lgfa29 opened this issue Apr 28, 2022 · 1 comment · Fixed by #14115
Closed

Duplicate breadcrumb after navigating back from a child job #12819

lgfa29 opened this issue Apr 28, 2022 · 1 comment · Fixed by #14115
Assignees
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/ui type/bug

Comments

@lgfa29
Copy link
Contributor

lgfa29 commented Apr 28, 2022

Nomad version

Nomad v1.3.0-dev (3c4d09cd61655dee6de31d37c8b45129066c04c5+CHANGES)

Operating system and Environment details

MacOS

Issue

When navigating back from a child job, the navbar breadcrumb contains duplicate entries for the job.
image

Reproduction steps

  1. Run the provided job:

    $ nomad run example.nomad
    
  2. Navigate to the job and click on Force Launch.

  3. Click on the launched job under Job Launches.

  4. Click on the Parent Job breadcrumb.

Expected Result

Breadcrumb only displays one entry for Parent Job.

Actual Result

Breadcrumb displays two entries for Parent Job.

Job file (if appropriate)

job "example" {
  type        = "batch"
  datacenters = ["dc1"]

  periodic {
    cron = "*/10 * * * * *"
  }

  group "echo" {
    task "echo" {
      driver = "raw_exec"

      config {
        command = "/bin/sh"
        args    = ["-c", "echo 'hello'; sleep 5;"]
      }
    }
  }
}
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/ui type/bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants