Skip to content

Commit

Permalink
Fixed #15798
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 27, 2024
1 parent 1bc4eaa commit 1d7640b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Fixed a bug where entries’ `deletedWithEntryType` values in the `entries` table weren’t getting set back to `null` after being restored.
- Fixed a bug where it wasn’t possible to discard changes for related elements via slideouts, if they didn’t exist in the primary site. ([#15798](https://github.com/craftcms/cms/issues/15798))
- Fixed an information disclosure vulnerability.

## 4.12.4.1 - 2024-09-24
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/cp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/cp.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/web/assets/cp/src/js/ElementEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ Craft.ElementEditor = Garnish.Base.extend(
data: {
elementId: this.settings.canonicalId,
draftId: this.settings.draftId,
siteId: this.settings.siteId,
provisional: 1,
},
})
Expand Down

0 comments on commit 1d7640b

Please sign in to comment.