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
When editing a system via the UI, the "Unsaved changes" modal will popup even after saving, which is unexpected. However, when you reload / refresh, the changes are definitely saved, so this modal is just triggering incorrectly.
Steps to Reproduce
Run `nox -s "fides_env(test)"
Navigate to "Data map" > "View systems", loads the default "System information" tab
Edit any system
Make a change to the system, hit "Save"
Navigate to the "Data use" tab
See an unexpected popup warning:
Expected behavior
Since I've already saved my changes, the form shouldn't be considered "dirty" and the warning isn't needed.
Environment
Version: 2.8.1
OS: Mac OSX
Python Version: 3.9.6
Docker Version: Docker version 20.10.22, build 3a2c30b
Additional Context
Please update the systems.cy.ts Cypress tests to remove the unnecessary cy.getByTestId("continue-btn").click() call to dismiss this popup once it's fixed 👍
The text was updated successfully, but these errors were encountered:
Bug Description
When editing a system via the UI, the "Unsaved changes" modal will popup even after saving, which is unexpected. However, when you reload / refresh, the changes are definitely saved, so this modal is just triggering incorrectly.
Steps to Reproduce
Expected behavior
Since I've already saved my changes, the form shouldn't be considered "dirty" and the warning isn't needed.
Environment
Additional Context
Please update the
systems.cy.ts
Cypress tests to remove the unnecessarycy.getByTestId("continue-btn").click()
call to dismiss this popup once it's fixed 👍The text was updated successfully, but these errors were encountered: