nautobot-app-firewall-models icon indicating copy to clipboard operation
nautobot-app-firewall-models copied to clipboard

Creating Policy Rule Without Name Makes Object Directly Uneditable in UI

Open jdrew82 opened this issue 3 months ago • 0 comments

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 avatar Mar 20 '24 20:03 jdrew82