Andrea Stronati
Andrea Stronati
Some environments do not allow to use that flag.
Updated utils.js Updated tests Updated .gitignore and README.md
**Expected behaviour** The linter should inform developer if there are missing empty lines before and after a block. Bad ``` .classname { text-transform: uppercase; .child { text-align: center; } }...
**Describe the bug** Adding CSS files to a single FieldTrait loads CSS file but they are not added into the HTML of the page. **To Reproduce** - Create a custom...
**Short description of what this feature will allow to do:** _It could happen that the label of an action could be dependent on the entity values. In my case would...
**Describe the bug** The user is in the page with the following url: `https://localhost/backoffice?crudAction=detail&crudControllerFqcn=App%5CPresentation%5CController%5CAdmin%5CCRUD%5CMemberController&entityId=f253b225-7269-45e4-b148-0115c663fa07&filters%5Bstatus%5D%5Bcomparison%5D=!%3D&filters%5Bstatus%5D%5Bvalue%5D=RESIGNED` the user then navigates to: `https://localhost/backoffice?crudAction=new&crudControllerFqcn=App%5CPresentation%5CController%5CAdmin%5CCRUD%5CCertificateController&filters%5Bstatus%5D%5Bcomparison%5D=!%3D&filters%5Bstatus%5D%5Bvalue%5D=RESIGNED&memberId=f253b225-7269-45e4-b148-0115c663fa07` when the entity is generated then the application throws an...
**Adding new event to dispatch before validation** _A new event called `BeforeEntityValidatedEvent` extending `AbstractLifecycleEvent` can be used to manipulate when needed the entity before executing the validation but having the...
**Short description of what this feature will allow to do:** _setLabel method of the Action accepts only a string. The expected is to accept a function in order to have...
**Describe the bug** After the latest iOS update (as of August 2025), the EasyAdmin interface shows serious UI issues related to dropdown/select fields. Specifically, when opening a long select list...