We have in our Umbraco 7.10.0 CMS a re-occurring prompt telling us -
You have unsaved changes
with the options disregard or stay.
The issue we have is that no changes have been made to the page, yet as we click on different pages in the site tree it keeps asking us preventing us from leaving the page we're on.
Does anyone else get this and what exactly triggers this?
You have unsaved changes prompt
Hello,
We have in our Umbraco 7.10.0 CMS a re-occurring prompt telling us -
You have unsaved changes
with the options disregard or stay.
The issue we have is that no changes have been made to the page, yet as we click on different pages in the site tree it keeps asking us preventing us from leaving the page we're on.
Does anyone else get this and what exactly triggers this?
Thanks
Paul
Hi Paul,
I can see this has been fixed by a PR in the one of the earlier versions of Umbraco. See http://issues.umbraco.org/issue/U4-7484
Since you are still see this in 7.10.0 feel free to open a new issue on this.
The PR for this can be found here. https://github.com/umbraco/Umbraco-CMS/pull/2476
/Dennis
HI Dennis,
Thanks for replying - I've just created a new issue now.
Hopefully someone will take a look soon.
Paul
Also to check:- This was the check in 7.10
And this was the previous check from the PR you referred to:-
}
Is it safe to replace one with the other?
is working on a reply...