Skip to content

[UPMERGE] 1.1 -> 1.2#164

Closed
SyliusBot wants to merge 3 commits into
1.2from
upmerge/1.1_1.2
Closed

[UPMERGE] 1.1 -> 1.2#164
SyliusBot wants to merge 3 commits into
1.2from
upmerge/1.1_1.2

Conversation

@SyliusBot
Copy link
Copy Markdown

This PR has been generated automatically.

Remember! The upmerge should always be merged using the Merge pull request button.

In case of conflicts, resolve them manually:

git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/1.2 -m "Resolve conflicts between 1.1 and 1.2"
git push

crydotsnake and others added 3 commits May 9, 2026 07:47
…ugs (#158)

| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes #115 
| License         | MIT

**Description**

When you have for example a rendered page link in the collections, and
the page link slug has two `/` in the slug, it currently crashes and
returns a exception.

<img width="1035" height="600" alt="image"
src="https://github.com/user-attachments/assets/7e6132de-dd60-4613-b1c6-be6235c23c51"
/>

This is because, the `sylius_cms_shop_page_show` route in the
`config/routes/page.yaml` has no requirements for the `{slug}` defined.
And therefore, it uses the default config by Symfony `[^/]++`. And this
does not allow two `/`.
@SyliusBot SyliusBot requested a review from a team as a code owner May 16, 2026 03:09
@SyliusBot SyliusBot closed this May 17, 2026
@SyliusBot SyliusBot deleted the upmerge/1.1_1.2 branch May 17, 2026 03:10
@SyliusBot SyliusBot restored the upmerge/1.1_1.2 branch May 17, 2026 03:10
@SyliusBot SyliusBot deleted the upmerge/1.1_1.2 branch May 18, 2026 03:12
@SyliusBot SyliusBot restored the upmerge/1.1_1.2 branch May 18, 2026 03:12
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.

3 participants