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
Attempt to create vlan-group with site attribute using POST method.
Attempt to create vlan inside vlan-group using group attribute in POST method.
Steps to Reproduce
Make POST request with 'site' attribute for creating vlan-group with data = {'name': 'vlan_group_name', 'slug': 'vlan_group_name', 'site': site_id_of any site}.
Make POST request to create vlan inside vlan-group using group attribute, e.x. data = {'vid': 1, "name": 'default, "site": site_id_of any site, 'group': vlan_group_id}
Expected Behavior
Creation of vlan-group in site
Creation a vlan inside vlan-group
Observed Behavior
I get the following error
'UniqueTogetherValidator' object has no attribute ' them I make both POSTs
The text was updated successfully, but these errors were encountered:
Environment
Attempt to create vlan-group with site attribute using POST method.
Attempt to create vlan inside vlan-group using group attribute in POST method.
Steps to Reproduce
Expected Behavior
Observed Behavior
I get the following error
'UniqueTogetherValidator' object has no attribute ' them I make both POSTs
The text was updated successfully, but these errors were encountered: