Skip to content

Fix missing route name on operations attributes#994

Merged
NoResponseMate merged 1 commit into
Sylius:1.12from
loic425:fix/missing-route-name-on-operations
May 27, 2025
Merged

Fix missing route name on operations attributes#994
NoResponseMate merged 1 commit into
Sylius:1.12from
loic425:fix/missing-route-name-on-operations

Conversation

@loic425

@loic425 loic425 commented Feb 28, 2025

Copy link
Copy Markdown
Member
Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

@loic425 loic425 changed the base branch from 1.13 to 1.12 February 28, 2025 07:55
@loic425 loic425 self-assigned this Mar 3, 2025
@GSadee GSadee added the Bug Confirmed bugs or bugfixes. label Mar 12, 2025
{
public function __construct(
?string $path = null,
?string $routeName = null,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm considering releasing this in a patch because it could potentially be a BC break and could affect the end application 🤔

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Do you want me to move it at the end of the constructor? Normally, lot of people is using name parameter but you're right. I don't remember if theses classes are marked as ecperimental.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

They're all experimental, and given the number of arguments, it's highly doubtful that anyone would just use them in order 🤷

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

As this is experimental, I think we can be ok with this 👌🏻

@NoResponseMate NoResponseMate merged commit f3b84e3 into Sylius:1.12 May 27, 2025
@loic425 loic425 deleted the fix/missing-route-name-on-operations branch May 27, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Confirmed bugs or bugfixes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants