Ucscode
Ucscode
The solution to this has not yet been provided. The only feature that needs to be implemented is to allow `setHtmlAttributes` accept a callable just like `linkToUrl` and other related...
> `#Q_81($r7` is indeed a weak password: it's way too short, thus can be cracked quite quickly It may be weak but having a strength of 0 (Very Weak) is...
> Hey, thanks for your report! There has not been a lot of activity here for a while. Is this bug still relevant? Have you managed to find a workaround?...
> This plugin is intended to be used on a live server so you need to have > > * a domain (example.com) > * a valid ssl certificate (https://)...
Has this bug been fixed yet? I was about creating an issue before finding it. ```php $ratings = $this->paginator->paginate( array_reverse($entity->getItems()->toArray()), $request->query->getInt('review_page', 1), 20, [ PaginatorInterface::PAGE_PARAMETER_NAME => 'review_page' ] ); ```...
> I installed the flatpak configured my openai API key, select Openai under providers than try to generate an image and all I ever see is a spinning wheel and...
@KDederichs Unfortunately, the update action is not enough for several reasons. 1. The purpose of `displayIf` is to display / hide an action. It is not dedicated for advance logic...
@KDederichs Yes I agree with you 100% However, in cases like this: ```php ->update(Crud::PAGE_INDEX, Action::DELETE, function(Action $action) { return $action ->setHtmlAttributes([ 'data-bs-target' => '#my-modal', ]) ; }) ``` The goal...
This error has been confirmed. It's a bug that needs to be fixed. Somehow, it's triggered by easyadmin's cache. This happens on the crud controller pages. If you clear your...
I was able to find a solution that works. It seems easyadmin doesn't prioritize [Legacy Admin URLs](https://symfony.com/bundles/EasyAdminBundle/current/dashboards.html#legacy-admin-urls) anymore --- The first solution was to switch to using [Pretty Admin Url](https://symfony.com/bundles/EasyAdminBundle/current/dashboards.html#pretty-admin-urls)...