Skip to content

Fix missing route name on operations attributes #994

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

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

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Feb 28, 2025

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
@@ -24,6 +24,7 @@ final class Delete extends HttpOperation implements DeleteOperationInterface, Ap
{
public function __construct(
?string $path = null,
?string $routeName = null,
Copy link
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
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.

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.

3 participants