Hannes Papenberg

Results 306 comments of Hannes Papenberg

4 out of 43 models in our system return an array instead of an object.

This is a b/c break and can not be merged into 5.x. you will have to rebase this to 6.0. regardless of that, I don't think this is a good...

If you want to properly insert a mail template upon installation of an extension, you would call `\Joomla\CMS\Mail\MailTemplate::creatTemplate()` in your installation script. For the columns: * template_id: Unique string to...

Hello @joomlafun, thank you for reporting this. Yes, the interface is not entirely intuitive and we should improve this in the future, however right now I have to say that...

Why are you running the system tests on chrome and not Firefox like right now?

Since we are using our own docker image for the cypress tests, firefox should still be available.

I reviewed your change and it indeed fixes the issue. A good catch. However, I see 2 theoretical issues: 1. What if someone extends from this class? Since `$lookup` is...

The problem is, that it doesn't fail. If you have 2 components which have the view "category" and use their own category implementation, they (can) collide here and you have...