Benjamin Hummel

Results 12 comments of Benjamin Hummel

... I just see that the error does not occur under 5.x! In 4.13 the correct way would be as follows: ```twig {% extends "@ContaoCore/Backend/be_page.html.twig" %} ``` It only matters...

You´re right! That depends on the scope of the Hooks/Controller! If the controller has the scope backend then it logically works. If the controller has the scope frontend then it...

I don't quite get it yet🙈 Makeing getToken public you can get the TokenInterface from BEUser which the voters need but the Voters are still accessable through the isGranted from...

I understand the concerns, but will the topic be discussed again? I think otherwise it's difficult to check the permissions in the hooks, which I don't think is really performant...

hey everyone, first of all thanks for the implementation👍, but I'm on vacation right now and can't test it very well🎉👍 but i can test it in two weeks if...

The accordion in the news doesn't work either. Now the child icon (link) is no longer there ... ![Bildschirmfoto 2024-09-07 um 06 57 15](https://github.com/user-attachments/assets/ca7cee0b-5a93-4779-a738-1d22d5231042)

Hello all, I have debugged the problem and have the following findings why the accordion does not work in the news: Reason probably here: https://github.com/contao/contao/blob/3d41bb4d4ec6d32dba281824751fde8b7421bfbd/core-bundle/src/Security/Voter/DataContainer/ArticleContentVoter.php#L53 Here is the table tl_article,...

Thanks, but this is exactly where the error seems to occur. So I think my error will be fixed with this also. https://github.com/contao/contao/pull/7513 The wrong pTable was definitely used and...

For me it was because there was still an old database_version in the parameter.yml / env. Remove it, build the cache and you're done!