3
0

Fix new blockIDs not updating on layout save in builder

This commit is contained in:
Jože Fortun
2023-05-11 17:02:24 +02:00
parent 932dfcdf3e
commit 69eecb078f

View File

@@ -754,8 +754,7 @@ export default {
this.page = new compose.Page(page)
this.layout = new compose.PageLayout(layout)
this.fetchPageLayouts()
this.$route.query.layoutID = layout.pageLayoutID
this.unsavedBlocks.clear()
this.setLayout()
this.toastSuccess(this.$t('notification:page.page-layout.save.success'))
if (closeOnSuccess) {