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

Tags is stripped from job_form #4473

Closed
itdependsnetworks opened this issue Sep 18, 2023 · 2 comments · Fixed by #4515
Closed

Tags is stripped from job_form #4473

itdependsnetworks opened this issue Sep 18, 2023 · 2 comments · Fixed by #4515
Assignees
Labels
type: bug Something isn't working as expected

Comments

@itdependsnetworks
Copy link
Contributor

Environment

  • Nautobot version (Docker tag too if applicable): latest
  • Python version: 3.11
  • Database platform, version: psql
  • Middleware(s):

Steps to Reproduce

  1. Pull from https://github.com/nautobot/nautobot/compare/develop...itdependsnetworks:nautobot:tag-job-demo?expand=1
  2. go to ExampleDryRunJob

Expected Behavior

See tags there

Observed Behavior

Tags is not there

@itdependsnetworks itdependsnetworks added type: bug Something isn't working as expected triage This issue is new and has not been reviewed. labels Sep 18, 2023
@glennmatthews
Copy link
Contributor

it’s in the render_form template tag - it explicitly skips over tags and object_note fields because in a standard edit form, they’re handled separately by nautobot/core/templates/inc/extras_features_edit_form_fields.html; as the Job form doesn't do so, it may need a different template that doesn't skip fields with those names.

@bryanculver
Copy link
Member

@jathanism jathanism removed the triage This issue is new and has not been reviewed. label Sep 19, 2023
@HanlinMiao HanlinMiao self-assigned this Sep 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 26, 2023
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
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants