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 undefined variable in base_show.html.twig #4527

Merged
merged 1 commit into from
Jun 23, 2017
Merged

Fixed undefined variable in base_show.html.twig #4527

merged 1 commit into from
Jun 23, 2017

Conversation

TimoBakx
Copy link
Contributor

@TimoBakx TimoBakx commented Jun 23, 2017

I am targeting this branch, because this bug was introduced there.

Closes #4525

Changelog

### Fixed
- Fixed undefined `view_group` variable in show template

Subject

#4028 introduced bug in base_show.html.twig. This Pull Request will fix that bug.
In the CRUD/base_show.html.twig view on line 47, the variable name was replaced with view_group. However, this should have been show_tab (see start of loop on line 43).

@OskarStark OskarStark merged commit 7cfd747 into sonata-project:3.x Jun 23, 2017
@Kalyse
Copy link

Kalyse commented Jun 23, 2017

Can we please get this tagged as a release?

Thanks

@OskarStark
Copy link
Member

I requested it

@OskarStark
Copy link
Member

This one is released in 3.20.1

@TimoBakx TimoBakx deleted the bugfix-base-show-tabs branch August 20, 2017 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#4028 introduced bug in base_show.html.twig
5 participants