-
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
v0.5.7
NetBox Version
v.4.1.1
Python Version
3.8+
Steps to Reproduce
Scenario 1: Tag removed in branch still appears in edit form
- In main branch: Create a Site and 2 Tags
- Edit the site, add 1 tag, save
- Create a branch and activate it
- Edit the site and remove the tag, save
- View the site detail page
- Edit the site again
Scenario 2: Tag added in branch doesn't appear in edit form
- In main branch: Create a Site and 2 Tags
- Create a branch and activate it
- Edit the site, add 1 tag, save
- View the site detail page
- Edit the site again
Expected Behavior
Scenario 1: After removing a tag in the branch, the tag should not appear in the tags field when editing the site again.
Scenario 2: After adding a tag in the branch, the tag should appear in the tags field when editing the site again.
Observed Behavior
Scenario 1: The tag that was removed still appears in the tags field of the edit form.
Scenario 2: The tag that was added is missing from the tags field of the edit form.
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