367 search results for EasyAdmin

Hey Jimmeak, Thank you for your kind words about this tutorial! We're really happy you like it :) About your question, I'm not sure that will ever happen in the EasyAdmin, the main idea is that it's an admin, i.e ...
Hey kwolniak! Thanks for posting your problems and some nice solutions :). My guess is that issues 2 and 3 are related: EasyAdmin (or probably more its `FileUploadType`) doesn't "see" the file upload... and so ...
weaverryan
weaverryan
Read Full Comment
Hi Ryan Thanks for the response. Unfortunately, your solution doesn't quite work. When creating a new Entity, EasyAdmin first checks for voters on ADMIN_USER_EDIT with a subject of `null`. My solution requires ...
Hey Maxim, Oh, I see what you mean. Well, it's a good question... but probably that's not something that works out of the box with EasyAdmin, I suppose you would need to do some extra work for this :) I bet you need a ...
... try this. I suppose you need to take a look at the AssociationField. You're right, it's used "EntityType::class" behind the scene, but I suppose you will need to add more CSS classes to match the EasyAdmin render of ...
... inside the callback to move that file? that is being uploaded to my S3?... are there more ways to connect EasyAdmin with S3 to upload my documents? PS: the `->setUploadDir()` option is required for this type of fields, but ...
... query. Then, just use it in the query builder to filter it out. Or, probably even better, you can leverage EasyAdmin getContext() to get the current Request object, i.e. call "$this->getContext()->getRequest()". Btw ...
... EasyAdmin handles all its requests thought a single route, and if you already configured permissions, i.e. allows only admins to access your /admin - then you're safe and users won't be able to get any data leveraging that ...
... and login form. Also, this application uses EasyAdmin, fyi. Is this possible to have two separate logins for authentication processed in the same application? So far, submitting the 'employee' login form doesn't submit ...
... ROLE_ACCOUNT_BALANCE] ROLE_CADET_SQUAD: [ROLE_STAFF, ROLE_LIST_ECTN, ROLE_SHOW_ECTN] ROLE_SQUAD: [ROLE_CADET_SQUAD, ROLE_ECTN_SQUAD] ROLE_CHIEF_OF_SQUAD: ROLE_SQUAD I have the same issue with easyadmin. I updated the config file but it does not refresh in prod...
Wilfried D.
Wilfried D.
Read Full Comment
... example: https://github.com/symfony/recipes/tree/master/easycorp/easyadmin-bundle . But that's the official recipe, your recipe should be in https://github.com/symfony/recipes-contrib repository where other non-official ...
... //github.com/symfony/recipes/blob/master/easycorp/easyadmin-bundle/2.0/config/routes/easy_admin.yaml - i.e. Flex just copy/paste the easy_admin.yaml file with routes into "config/routes/easy_admin.yaml" in your project, and ...
... action' (genus_feed) and i don't have any data at all... Is there a way to 'customize' the basic EasyAdmin insertEntity so i can there use my custom data fields ? thanks again :D
... components in EasyAdmin yet - it would require some research to figure out how to reuse the form built by EasyAdmin from inside of your component. A compelling thing to try, but I just haven't had a chance to look into it ...
weaverryan
weaverryan
Read Full Comment
... \Component\Templating\Helper\HelperInterface::getCharset(): string in C:\Nicolas\Symfony\Easyadmin\Easy1\vendor\knplabs\knp-markdown-bundle\Helper\MarkdownHelper.php on line 53 !! PHP Fatal error: Declaration of Knp ...
Nicolas-M
Nicolas-M
Read Full Comment
CSV Export

... btn-primary and an href. How can we point to the exportAction()? Remember, the bundle only has one route: easyadmin. For the parameters, use a special variable called _request_parameters. This is something that ...

11:48
Fields on some Pages not Others

... about how EasyAdmin works on a deeper level. Methods like ->onlyOnIndex() give us a lot of control. But also notice that configureFields() is passed the $pageName, which will be a string like index, detail, or edit. So in ...

3:43
Lightning Talks

... EasyAdmin La config est en Yaml, pas de classes Admin Autocomplete pour les relations et les ChoiceType Chaque entité peut avoir son propre contrôleur Timecode: 33:03 symfony est un binaire installable en local, unique ...

49:48
Customize all the Templates

... /javiereguiluz/easyadmin-bundle/Resources/views/default. Ah, ha! These are the many templates used to render every single part of our admin. We can override any of these. But even better! We can override any of these for ...

5:05
... \EasyAdminBundle\Context\AdminContext #} {# @var action \EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto #} {# @var entity \EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto #} {{ include('@EasyAdmin/crud/action.html.twig ...