Evert Harmeling
Evert Harmeling
Somewhat related to this issue, it would be neat if you could add a 'clear up' / 'delete' button for the the attachment(s), so you don't have to refresh the...
Seems like https://github.com/tattali/MobileDetectBundle is a good updated alternative, based on this repo!
> Note that https://github.com/tattali/MobileDetectBundle cannot be installed with `composer require tattali/MobileDetectBundle`: > > > [InvalidArgumentException] > > Package tattali/MobileDetectBundle not found You should install it with `composer require tattali/mobile-detect-bundle` (see...
Yeah would love to use the v2 version too, at least be able to subscribe to a list (and unsubscribe). Anyway we could help otherwise?
+1 for the interface 😊 What I find often confusing, is how the url generation works in the EasyAdminBundle. For example: ```php $this->adminUrlGenerator ->setController($crudFqcn) ->setAction($action) ->setEntityId($entityId) ``` And the template...
+1 Using the bundle in combination with Symfony 2.5.\* and was getting the following error: ``` [RuntimeException] Job 3: The "--jms-job-id" option does not exist. ``` Running the `jms-job-queue:run --verbose...
Ah ok, my bad, missed that part!
Looking at: - default [validators.nl.xlf](https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf) it does not exactly match the one in this PR. - default [security.nl.xlf](https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf) also does not exactly match the one in this PR (it's 1...
Removed the extra generated files so we can move this PR forward, we could always add those files by running the command again 😊 EDIT: I've also re-extracted the translations...
No need to apologize Javier! As in my opinion the 'symfony/demo' project should follow 'best practices' and 'symfony / industry standards'. Therefor I used the `bin/console translation:extract` command, this resulted...