Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handle not unique issue on page layout copy #1230

Merged
merged 2 commits into from May 30, 2023

Conversation

katrinDY
Copy link
Contributor

@katrinDY katrinDY commented May 26, 2023

The following changes are implemented

Layout issue was fixed

Changes in the user interface:

None

Checklist when submitting a final (!draft) PR

  • Commits are tidied up, squashed if needed and follow guidelines in CONTRIBUTING.md
  • Code builds
  • All existing tests pass
  • All new critical code is covered by tests
  • PR is linked to the relevant issue(s)
  • Rebased with the target branch

@katrinDY katrinDY requested a review from Fajfa May 26, 2023 11:52
@katrinDY katrinDY self-assigned this May 26, 2023
@katrinDY katrinDY added bug Something isn't working frontend Frontend code changes (Javascript, Typescript, Vue.js) labels May 26, 2023
@katrinDY katrinDY added this to the 2023.3.3 milestone May 26, 2023
@katrinDY katrinDY linked an issue May 26, 2023 that may be closed by this pull request
@@ -779,7 +779,7 @@ export default {

layout.meta.title = `${layout.meta.title}`

this.createPageLayout(this.layout).then(({ layoutID }) => {
this.createPageLayout(layout).then(({ layoutID }) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this layout? The layout is created three lines above, and that one should be used

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a case of me being blind, all good

@Fajfa Fajfa modified the milestones: 2023.3.3, 2023.3.2 May 29, 2023
@Fajfa Fajfa force-pushed the 2023.3.x-bugfix-layout-copy-issue branch from 97b3a55 to 98c8f92 Compare May 29, 2023 15:59
@Fajfa Fajfa force-pushed the 2023.3.x-bugfix-layout-copy-issue branch from 98c8f92 to a91f5de Compare May 30, 2023 11:43
@Fajfa Fajfa merged commit 58456a9 into 2023.3.x May 30, 2023
1 check passed
@Fajfa Fajfa deleted the 2023.3.x-bugfix-layout-copy-issue branch May 30, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Frontend code changes (Javascript, Typescript, Vue.js)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Saving a layout as a copy doesn't work
2 participants