Matthias Nothhaft

Results 17 comments of Matthias Nothhaft

With EA 4.6 it still ignores the domain, but only on the index and detail pages. There for some reason it always uses "messages" as domain. Even when I set...

Wow, this is a nice feature. Two ideas: Maybe add an optional $icon argument to action()? Maybe alternatively allow to pass an Action instance as first argument?

Getting the same exception when configuring security -> access_control -> requires_channel: https

Hm, I also look for a way to have form fields on normal actions to use EasyAdmin as a "task based" interface. For this it would make sense to support...

I tried to upgrade from Symfony 6.2 to 6.3. The problem still exists. I already have a docker-composer.yml in the project root. Fortunatly a diff file is (or can be)...

This must be a general issue. I also get it when upgrading the symfony/mailer recipe. It then says: The file docker-composeoverrideyml was not updated because it doesn't exist in your...

Hi, any news here? This still does not work on current MacOS (High Sierra) and it also does not work on my servers (DragonFlyBSD). I'm using zsh.

Hm.. it happens with each filter, no matter what type. So I'm afraid I did something else wrong. :o(

Hah! If I remove the entity fields (many2one) from the filter, the filter itself works. So somehow the entity filter is broken with UUID. Is that possible?

I also have this problem when trying to save an entity that has an optional ManyToOne "user" (or whatever) relation and I don't select the "user". It's the DoctrineChoiceLoader that...