-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
app: branchingseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Plugin Version
0.7.1
NetBox Version
4.4.3
Python Version
3.11.2
Steps to Reproduce
- Create a device type
- Create a branch
- In Main, add a journal entry to the device type. Leave the comments blank.
- Delete the journal entry (because you didn't mean to create a blank journal entry).
- Attempt to sync the branch with Main
Expected Behavior
The sync should complete successfully.
Observed Behavior
Attempting to sync results in an error
{
"log": [
"Syncing branch Journal test (branch_gp78owog)",
"Found 2 changes to sync",
"Setting branch status to syncing",
"Applying change Extras | journal entry 2025-11-03 20:56 (Info) created by user1 using schema_branch_gp78owog",
"Creating journal entry <DeserializedObject: extras.JournalEntry(pk=1)>",
"{'comments': ['This field cannot be blank.']}"
]
}
I'd appreciate any suggestions how I should now get myself out of this situation so that I can sync my branch.
Metadata
Metadata
Assignees
Labels
app: branchingseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application