-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CRUDController::editAction now respects $id param (#3961)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be82d59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regression when using child admin.
Please revert.
when you browse "admin/entityparent/id/entitychild/idchild/edit"
you will edit the entitychild with the "$id" instead of "$idchild"
be82d59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@soullivaneuh @greg0ire @jforet is actually right. There is a regression now ...
be82d59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Erf, sorry about that. :-/
Can this be quickly fixed? If not I will revert this and push a new release tomorrow.
cc @curry684
be82d59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jforet @rande Please see: #3965
be82d59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted in 3.3.2: https://github.com/sonata-project/SonataAdminBundle/releases/tag/3.3.2