You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
Clicking on a policy in the policy listview should display all the rules enabled on that policy.
Observed Behavior
Server Error
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.
The text was updated successfully, but these errors were encountered: