…of the ordered ids. In that custom controller, update the orderBy on all of the TemplateBlocks.
So basically I'm saying: the interface you likely need is so custom that you should work entirely outside of EasyAdmin and build it yourself. Btw, the easiest way…
…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 "signed URLs" feature... you can implement it yourself…
Mmm, if it is public/images how to protect images, i mean that images not possible to see directly, but possible to see via easyadmin?
Hey Jérôme,
Ah, I probably see what you and Ajie62 mean! Yeah, this sounds like a bug in EasyAdmin fairly speaking. Well, first of all we're taking about admin interface, so technically only admins may upload files, so it should not be a big…
…
I got missing translation messages in easyadmin 4
`
# symfony console debug:translation en --only-missing
State Domain Id Message Preview (en) Fallback Message Preview (de)
----------- ----------------- ------------------------ ------------------------ -------------------------------
missing time diff.empty diff.empty diff.empty
missing EasyAdminBundle label.form.empty_value label.form.empty_value label.form…
…previous step, but adding the filters to QuestionCrudController resulted in an Exception being thrown:
`strlen(): Argument #1 ($string) must be of type string, null given`
I modified line 38 of `src/EasyAdmin/TruncateLongTextConfigurator.php`
to be
`if (null === $field->getFormattedValue() || strlen($field->getFormattedValue())
Hey Viktor,
yes I have been trying this out but haven't found what I'm looking for. I guess I'm just hoping that a CollectionField in EasyAdmin could contain other EasyAdmin fields.
So if I had the following entities, Person, Occupation, and PersonOccupation…
…sure... but I would like to know why do you include bootstrap to your admin? Well, first of all, EasyAdmin already has bootstrap included, it's based on the latest bootstrap. So, you probably don't want to include your own one, even if you…
…the best way is to use the VichUploaderBundle. It has a seamlessly integration with EasyAdmin. You can therefore configure VichUploaderBundle to upload data to the storage of your choice (flysystem where you have already setup an S3 storage) and use the setFormType method to use…
Hello ! This is just an awesome feature ! It should be part of EasyAdmin official repository, why not submit a PR ?
…easycorp/easyadmin-bundle - as you can see in the right sidebar, there's the list of available releases, but on the first row you can see "4.x-dev" - that's the key. Specify that as the version:
$ symfony composer req easycorp/easyadmin-bundle…
…available our of the box. I suppose you can create a custom EasyAdmin filter in this case, and with some AJAX requests it's doable. I'm not sure if you can reuse the exist EasyAdmin filter for the root categories, it still might be…
Hey Tomas,
This should work, at least I would expect this too. In this case there might be a style bug in EasyAdmin. The dark mode in that bundle is pretty fresh feature that was added recently. First of all, make sure you're using…
…src/bundles/EasyAdminBundle/layout.html.twig`
with this code:
```
{% extends '@!EasyAdmin/layout.html.twig' %}
{% block content_footer %}
{{ '©' | raw }} {{ 'now' | date('Y') }} Created by Tomas
{% endblock %}```
I was supprised that HTML tags there are not working. I expect they should work...
Regards Tomas
…to make sure that you show the user a validation error if A & B are empty OR if A & B are both NOT empty. This actually has nothing to do with EasyAdmin, which is great! EasyAdmin simple "runs your entity's validation rules". And so…
Please note that, after some discussion about them, we've decided to remove "URL signatures" from EasyAdmin. See https://github.com/EasyCorp/EasyAdminBundle/issues/5018
The main reason is that we realized that they don't provide any additional security. In any case, you can…
Hey Jason A.
That's a good question and I think you can use both libraries in your project, but EasyAdmin won't use your API automatically on its CRUD operations, so, if your API has a different procedure than your admin interface for storing…
Hi Symfonycasts Team.
Currently, the URLs look very cryptic for users.
If I would like to use EasyAdmin to provide this interface to customers or normal users, is there a possibility to display these URLs in a more user-friendly way? Possibly even in SEO…
…This tutorial uses Symfony 6 and PHP 8 but it doesn't mean that you can only run EasyAdmin on those versions. EasyAdmin comes with its own version constraints that you can check here https://github.com/EasyCorp/EasyAdminBundle/blob/4.x/composer.json
I…
In documentation for fields i missing info for choicetype, i'm not
sure how to deal with roles to be assigned from easyadmin, and encode
new password for user. Another one, upload some files from easyadmin?
Would we find something later on about that kind…
x
597