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

Creating Policy Rule Without Name Makes Object Directly Uneditable in UI #233

Closed
jdrew82 opened this issue Mar 20, 2024 · 1 comment · Fixed by #274
Closed

Creating Policy Rule Without Name Makes Object Directly Uneditable in UI #233

jdrew82 opened this issue Mar 20, 2024 · 1 comment · Fixed by #274
Assignees

Comments

@jdrew82
Copy link
Contributor

jdrew82 commented Mar 20, 2024

Environment

  • Python version: 3.10
  • Nautobot version: 2.1.5
  • nautobot-firewall-models version: 2.0.3

Expected Behavior

Selecting individual check box next to Policy Rule without name and hitting Edit would take me to that specific object edit.

Observed Behavior

Attempting to edit Policy Rule without name only allows for bulk edit as it appears the link to individual object is linked from the name.

Steps to Reproduce

  1. Setup Nautobot and Firewall Models App.
  2. Create Address object and Policy Rule using object but don't include name on rule.
  3. Also create Policy Rule with a name.
  4. View Policy Rule list and see how link to edit Policy Rule is on name and attempts to edit the rule without name goes to bulk edit view.
@jdrew82 jdrew82 self-assigned this Mar 20, 2024
@bryanculver
Copy link
Member

This is even more awkward in the Policy form as the name is missing as well:
image

Name should be required looking at the model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants