-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
BC break because of tree view #638
Comments
for now it looks as a BC break to me, too! |
@core23 Should I separate sonata-project/SonataAdminBundle#3863 from this issue? They are not fully the same. Because even when the filtering is fixed the So I was thinking keep the filter in the code. Then filtering can be fixed in sonata-project/SonataAdminBundle#3863 and we will have the Your thoughts? |
We should fix the admin issue first and test, if this will (partial) solve the other issue. After that we could have a look at this bundle. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The following code is BC break with Sonata Admin Bundle and Sonata Block Bundle introduced by
2fbd2e1. Linked entities (with
sonata_type_model_list
form type) in blocks or admins now go to the Tree view page as default. The tree page however has no "Select" feature and a click on the name redirects to the edit page admin menu.Note: Did not test admin, did test blocks.
Not sure what to do with it, what does Sonata think of this? @core23
The text was updated successfully, but these errors were encountered: