Sonataadminbundle: #4028 introduced bug in base_show.html.twig

Created on 23 Jun 2017  路  10Comments  路  Source: sonata-project/SonataAdminBundle

Environment

Sonata packages

sonata-project/admin-bundle              3.20.0 The missing Symfony Admin Generator

Subject

Undefined variable (view_group) in base_show.html.twig
Introduced in: #4028

Steps to reproduce

Configure a ShowMapper with tabs.

Actual results

500 Internal server error:

Variable "view_group" does not exist.
bug

Most helpful comment

I will keep the one of @TimoBakx open, as it is his first contribution and maybe he will keep supporting us in the future, too 馃槂

@OskarStark Sure ! 馃憤

All 10 comments

I think {{ view_group.label... should be {{ show_tab.label... in base_show.html.twig line 47.

@TimoBakx are you willing to provide a PR?

@OskarStark I'm working on it. It'll be my first PR, so I hope I'm doing this correctly.

@OskarStark I'm working on it. It'll be my first PR, so I hope I'm doing this correctly.

Glad to hear that, we will support you getting it merged 馃憤

Hey, thank you for the bug report, I just tested and fixed it here : https://github.com/sonata-project/SonataAdminBundle/pull/4526

@OskarStark Feel free to merge or close it if another PR is opened !

Maybe it's time to add some functional tests?

Just added PR #4527. I wasn't sure if the tasks are needed.

@OskarStark Feel free to merge or close it if another PR is opened !

I will keep the one of @TimoBakx open, as it is his first contribution and maybe he will keep supporting us in the future, too 馃槂

Maybe it's time to add some functional tests?

Yes I think so

Just added PR #4527. I wasn't sure if the tasks are needed.

I removed the todo section for you, the PR itself looks good to me 馃憤

@OskarStark Thank you.

I will keep the one of @TimoBakx open, as it is his first contribution and maybe he will keep supporting us in the future, too 馃槂

@OskarStark Sure ! 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vazgen picture vazgen  路  4Comments

core23 picture core23  路  3Comments

thomas2411 picture thomas2411  路  4Comments

jenyak picture jenyak  路  3Comments

Max93 picture Max93  路  3Comments