-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
If a page is previewed the status changes to "Published (pending changes)" even though nothing on the page was changed, it was simply previewed.
Reproduction
If you're filing a bug, please describe how to reproduce it. Include as much
relevant information as possible, such as:
Bug summary
Specifics
Umbraco version: 7.14.0 and 7.15.2
Browser used: IE and Chrome

Steps to reproduce
- Select a node in backoffice.
- Check that status is "Published"
- Click "Preview"
- Close the preview-tab when it is done loading......
Expected result
Red frame
The node should not have the green dot indicating that it has changes that are not published.
Yellow frame
Status of the page should remain "Published" as that is the reality of the situation, there are no changes pending.
Blue frame
History should not be updated with a SAVE status. It was only previewed.
Actual result
See the red frame in screenshot.
The node has a green dot indicating that the node has unpublished changes even though that is not the case.
See the yellow frame in screenshot.
The status of the page has now changed from "Published" to "Published (pending changes), but there are no changes to the page, it was just previewed.
Blue frame
History says the node was SAVED.