EasyAdminExtensionBundle
EasyAdminExtensionBundle copied to clipboard
Provides some additional features to EasyAdminBundle for Symfony
Hi, I have an issue with my embedded list which is between my classes **Intern** & **Internships** which is a **ManyToMany** relationship. When an internship has at least one intern,...
Hello, sorry in advance if this has just been an oversight from my side, but how exactly are actions set for items in embedded lists? For instance, if I have...
is there any way to use the same translation domain specified in easy_admin.yaml under the key easy_admin.translation_domain in the confirmation modal, i'm still getting the warning that these properties were...
_Using Easyadmin v2.3.4 and EasyAdminExtensionBundle v3.0.0_ I'm getting a duplicate field when setting `attr: { create: true }` in a `easyadmin_autocomplete` field.  The first one allows to create new...
Hi! It looks like the url generated for the subquery drops the "filters" attribute on Generator/UrlGenerator.php:275 in symfony/routing v4.2.10 (but I guess it should impact all versions) : ```php if...
I would like to hide an entire group or tab if a user doesn't have permission for anything inside of it. Ex: `- { type: 'group', columns: 6, label: 'Permissions',...
EasyAdmin version : 1.17 EasyAdminExtension version : 1.3.3 I open this issue because I face 2 problems: The first is the opening of the page during a click on the...
Hi everyone. This issue is not about a bug, but to bring a discussion about the state of a functionality. Currently, we can define a role per action in our...
Hello, Thanks for the great bundle. I was thinking about adding some cases to the list filterQueryBuilder or changing the generated dql string, for example if a custom event (...