V13/bugfix/fix infinite editor stuck in create action 15945#16280
Conversation
|
Hi there @ealse, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
|
Thank you @ealse The Core Collabs team will look into it soon 🎉 |
Prerequisites
If there's an existing issue for this PR then this fixes #15945
Description
Since the merge of issue #15032, a new item was created with every save action within an infinite editor.
The problem was that now the
$scope.page.isNewwas set to false instead of the$scope.isNew = false;and that it was later overwritten by the wrong value.