Skip to content

[FrameworkBundle] Fix descriptor of routes described as callable array #32501

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

Merged
merged 1 commit into from
Jul 12, 2019
Merged

[FrameworkBundle] Fix descriptor of routes described as callable array #32501

merged 1 commit into from
Jul 12, 2019

Conversation

ribeiropaulor
Copy link
Contributor

Q A
Branch? 4.3
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #32324
License MIT
Doc PR

The recent changes introduced a bug when routes are defined as callable array. Even statically is possible to see that the previous code was broken. I did not introduced any new tests. The current test case already does not test describing route collection that has fileLinkFormatter defined.

@fabpot
Copy link
Member

fabpot commented Jul 12, 2019

Thank you @ribeiropaulor.

@fabpot fabpot merged commit c5ee4be into symfony:4.3 Jul 12, 2019
fabpot added a commit that referenced this pull request Jul 12, 2019
…llable array (ribeiropaulor)

This PR was merged into the 4.3 branch.

Discussion
----------

[FrameworkBundle] Fix descriptor of routes described as callable array

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #32324
| License       | MIT
| Doc PR        |

The recent changes introduced a bug when routes are defined as callable array. Even statically is possible to see that the previous code was broken. I did not introduced any new tests. The current test case already does not test describing route collection that has fileLinkFormatter defined.

Commits
-------

c5ee4be [FrameworkBundle] Fix descriptor of routes described as callable array
@ribeiropaulor ribeiropaulor deleted the ticket_32324 branch July 12, 2019 10:17
@fabpot fabpot mentioned this pull request Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants