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

Delete policy rule from list view error

Open collin-wicker opened this issue 8 months ago • 0 comments

Environment

  • Python version: 3.9.18
  • Nautobot version: 2.2.0b1
  • nautobot-firewall-models version: 2.0.3

Expected Behavior

From Policy Rule list view expected to be able to select a policy rule and "Delete Selected" button.

Observed Behavior

Received the below error:

<class 'AttributeError'>

'PolicyRuleUIViewSet' object has no attribute 'obj'

Steps to Reproduce

  1. Navigate to Policy Rules list view and select a single policy rule
  2. Click the "Delete Selected" button to delete the selected rule

collin-wicker avatar Jun 03 '24 14:06 collin-wicker