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

Server Error on policy when assigned to dynamic group

Open herr-mhet opened this issue 4 months ago • 0 comments

Environment

  • Python version: 3.11.2
  • Nautobot version: 2.1.4
  • nautobot-firewall-models version: 2.0.3

Expected Behavior

Clicking on a policy in the policy listview should display all the rules enabled on that policy.

Observed Behavior

Server Error

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'policy_set_dynamic_group_weight' not found. 'policy_set_dynamic_group_weight' is not a valid view function or pattern name.

Python version: 3.11.2
Nautobot version: 2.1.4

Steps to Reproduce

I recently upgraded from the 1.x branch of nautobot to the 2.x branch. As was to be expected, I had some objects I needed to clean up after the migration. The firewall plugin in general worked but I haven't clicked through all objects. However, I see the above Server Error when I want to display a policy, but only if the policy had an assigned object group.

herr-mhet avatar Feb 13 '24 14:02 herr-mhet