Michael Brauner

Results 40 comments of Michael Brauner

I tried this example inside the PR. And it seems to not work ... . My code is: ``` {{ knp_menu_render('rock_core.user_menu', { 'template': '@RockCore/menu/user_menu.html.twig', 'allow_safe_labels': true, 'currentClass' : 'bg-teal-100', })...

Ah I see. Inside the template it would be kind of messy to conditionaly attach it inside the for loop. Hm, what do you think?

I have a similar problem on a custom route. And when I use: ` {{ adminbar({ editLinkLabel: 'Thankgiving Recap', editLinkUrl: 'admin/utilities/php-info' }) }}` There does not come any edit link...

@marcus-sa I think nobody ever worked with the integration of doctrine into Symfony framework to some extend would ever like to miss it. It's just too good. Define an Entity,...

> > @marcus-sa I think nobody ever worked with the integration of doctrine into Symfony framework to some extend would ever like to miss it. > > It's just too...

Thank you for your answer. > first image request will always lead to a redirection, is maybe the problem that the testing client does not want to follow the redirection?...

> can you try to make symfony serve run with the symfony test env? then maybe you can reprobude the problem? It runs everytime in test environment. [Here](https://github.com/Braunstetter/media-bundle/blob/main/tests/app/src/MediaBundleKernel.php#L17) it is...

I think this is an issue with api platform not knowing how to normalize the translated class. I would try to insert this inside your translated class first. Maybe the...

That surprised me too. I am also working on a CMS ... . Maybe you'd like to talk about it... maybe we could work together.

Is there any plan to make this work? Every few months I check the website to see whether the 'nestable' is finally no longer grayed out. As long as that...