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
Create a site in main so that it shows up in the "changes behind" in the branch
Sync the branch in dry-run mode
Sync the branch with "commit" selected (non dry-run)
Expected Behavior
Step 4 should work correctly as there are no conflicts between main and the branch
Observed Behavior
ValidationError({'id': ['Site with this ID already exists.'], 'name': ['Site with this Name already exists.'], 'slug': ['Site with this Slug already exists.']})
The text was updated successfully, but these errors were encountered:
Plugin Version
0.3.1
NetBox Version
v4.1-beta1
Python Version
Python 3.12.3
Steps to Reproduce
Expected Behavior
Step 4 should work correctly as there are no conflicts between main and the branch
Observed Behavior
ValidationError({'id': ['Site with this ID already exists.'], 'name': ['Site with this Name already exists.'], 'slug': ['Site with this Slug already exists.']})
The text was updated successfully, but these errors were encountered: