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
The 'Revert unsaved changes' button implies that any unsaved changes that are have been mode to the scenario will be removed and that the scenario go back to the state at the time of the latest save.
Currently, this is not the case. While pressing the button, the scenario will reset all the changes that have been made to the scenario.
This effectively means that the scenario will return to a blank scenario.
Update:
With #4403, we partly solved this issue.
reverting unsaved changes will only work when:
You save your (non-blank) scenario.
Open a different or new scenario
Open your saved scenario.
Make changes
Press the 'revert unsaved changes' button.
If you don't open a different scenario in between, the revert unsaved changes button will revert to a blank scenario since your sessionID will not have changed, causing etmodel to think there is no scenario to revert to.
The 'Revert unsaved changes' button implies that any unsaved changes that are have been mode to the scenario will be removed and that the scenario go back to the state at the time of the latest save.
Currently, this is not the case. While pressing the button, the scenario will reset all the changes that have been made to the scenario.
This effectively means that the scenario will return to a blank scenario.
Update:
With #4403, we partly solved this issue.
reverting unsaved changes will only work when:
If you don't open a different scenario in between, the revert unsaved changes button will revert to a blank scenario since your sessionID will not have changed, causing etmodel to think there is no scenario to revert to.
To fix this @mabijkerk suggests the following:
The text was updated successfully, but these errors were encountered: