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

Job Execution -> Job Result Page Not the default any more #2378

Closed
jvanderaa opened this issue Sep 6, 2022 · 3 comments · Fixed by #2399
Closed

Job Execution -> Job Result Page Not the default any more #2378

jvanderaa opened this issue Sep 6, 2022 · 3 comments · Fixed by #2399
Assignees
Labels
type: bug Something isn't working as expected

Comments

@jvanderaa
Copy link
Contributor

jvanderaa commented Sep 6, 2022

Environment

  • Nautobot version (Docker tag too if applicable): 1.4.2
  • Python version: 3.9
  • Database platform, version: Postgres, 13
  • Middleware(s): None

Steps to Reproduce

  1. Upgrade Nautobot instance
  2. Install Example Plugin
  3. Navigate to Jobs and enable Example Logging Job
  4. Execute the Example Logging Job
  5. Get redirected to page, with no parameters

Expected Behavior

Expected to be sent to the tab of JobResults page ?tab=main

Observed Behavior

Seeing just the url without the tab

@jvanderaa
Copy link
Contributor Author

When trying to navigate to the JobResult URL, it automatically adds the ?tab=main, but does not automatically go there when clicking execute.

@jathanism jathanism added the type: bug Something isn't working as expected label Sep 8, 2022
@jathanism
Copy link
Contributor

Confirmed. Thanks @jvanderaa

@jathanism
Copy link
Contributor

jathanism commented Sep 8, 2022

There's definitely a difference between:

/extras/job-results/:uuid/ (works as expected)

And

/extras/jobs/results/:uuid/ (shows nothing unless you click one of the nav tabs)

The latter is the one to which the user is directed after clicking the execute button in this case.

@bryanculver bryanculver self-assigned this Sep 12, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants