-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Copy link
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Deployment Type
NetBox Cloud
NetBox Version
v4.2.7
Python Version
3.10
Steps to Reproduce
- Open a device and click "edit" to bring up the edit form.
- In a second tab, do the same.
- In the first tab, set the device's description to "foo" and click "save." The device should be updated successfully.
- In the second tab, set the device's description to "bar" and click "save."
Expected Behavior
The second form submission should raise a validation failure:
This object has been modified since the form was rendered.
Observed Behavior
The device is saved successfully, overwriting the first description.
Metadata
Metadata
Assignees
Labels
severity: mediumResults in substantial degraded or broken functionality for specfic workflowsResults in substantial degraded or broken functionality for specfic workflowsstatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application