Skip to content
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

Fixed tree view showing if no filter parameter is defined #685

Closed
wants to merge 1 commit into from
Closed

Fixed tree view showing if no filter parameter is defined #685

wants to merge 1 commit into from

Conversation

Neodork
Copy link

@Neodork Neodork commented Jun 28, 2016

I am targeting this branch, because this is a BC break in 2.x.

Closes #638

Changelog

### Fixed
- Tree view showing if no filter is defined, show SonataAdminBundle list view instead. Caused a BC break with the form type: sonata_type_model_list.

To do

  • Update the tests <???>

Subject

Will fix tree view showing as default in the page admin. Showing the tree view as default breaks the sonata_type_model_list. Tree view has no select functionality. Also removed the filter from the tree view. The filter never worked for the tree view.

This fixed the tree view showing if no filter parameter is defined, show list view instead.
The tree view has no functionality for SonataAdminBundle's sonata_type_model_list causing a BC break.
Removes the page filter from tree view, it never worked.
@soullivaneuh
Copy link
Member

because this is a BC break in 2.x.

If this is a BC break, the PR must not be on a stable branch.

BTW, the 2.x branch is not maintained anymore.

If the bug is still relevant on 3.x, don't hesitate to open another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants