wehostadm
wehostadm
Hi, I use the event BeforeEntityUpdatedEvent in order to detect changes with the entity **before** and **after** been updated. However, using this code, I only be able to retrieve the...
Hi, With the last version of dompdf, for numbers like 1 234,40€ for instance, they are displayed as 1?234,40€. It is a regression because this bug is not on the...
Hi, I try to use this bundle with Symfony 4 and everything work in local but when I push on production on Heroku, the assets don't want to install. Please...
Hi, Using a version >= 3.0.0, the authentication with the old method (user + password) does not work anymore. Everything is working fine in the 2.0.0 version but this version...
Hi, I think the example is wrong : ``` $client = new DocuSign\Rest\Client([ 'impersonated_user_id' => $impersonated_user_id, 'integrator_key' => $integrator_key, 'host' => $host, 'private_key' => $private_key, 'auth_server' => $auth_server ]); ```...
**Short description of what this feature will allow to do:** Is it possible to have the Dark mode by default and not let the user change ? For the Light...
**Describe the bug** There is a graphical bug for MoneyField and I think it is due to the update to the last Bootstrap version **To Reproduce** Just render a MoneyField...
### Environment Windows 10 with MySQL #### Package show ``` $ composer show --latest gedmo/doctrine-extensions # Put the result here. name : gedmo/doctrine-extensions descrip. : Doctrine behavioral extensions keywords :...
Hi all, I have a CRUD with an index CRUD view and I would like to compute some totals at the bottom of the table. How can I do that...
**Describe the bug** This documentation says that we need to set mapped to false https://symfony.com/bundles/EasyAdminBundle/current/filters.html but it is not working, we have an exception : > The "XXX" field does...