-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
netbox-community/netbox
#18908Labels
severity: mediumResults in substantial degraded or broken functionality for specific workflowsResults in substantial degraded or broken functionality for specific workflowsstatus: blockedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
Plugin Version
0.5.2
NetBox Version
4.1.7
Python Version
3.10.14
Steps to Reproduce
- Create a new branch, but don't activate it.
- Create a device or circuit (or probably any object) in the main branch and assign a tag during creation.
- Switch to the branch created in step 1 and try to sync it with main
Expected Behavior
Branch syncs with main without error.
Observed Behavior
There is a deserialization error during the sync. Error below. This might be related, or the same issue as #193
DeserializationError("['“tag-name” value must be an integer.']: (circuits.circuit:pk=2) field_value was 'tag-name'")
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specific workflowsResults in substantial degraded or broken functionality for specific workflowsstatus: blockedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application