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

Allow Saving Duplicate URL Key On Different Store Views #361

Open
wants to merge 1 commit into
base: 2.4
Choose a base branch
from

Conversation

sayedMurtadha
Copy link

@sayedMurtadha sayedMurtadha commented Dec 13, 2023

Description

This allows the blog post with the same URL to be customized in multiple store views. For example, a user can add a post's translated version without changing the URL key for each locale.

Manual testing scenarios

  1. In a multistore environment, create a post with a specific URL and assign it to (store 1).
  2. Duplicate the post, change its content, assign it to (store 2), and set the URL to the previous value.
  3. The post should be visible on both store views with the same URL key but different content.

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)

This allows the blog post with the same URL to be customized in multiple store views. For example, a user can add a post's translated version without changing the URL key for each locale.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant