Justin Davis
Justin Davis
This pr modifies the cmakelists to allow for the library to be built into a shared library. By setting the cmake option DOETENV_SHARED_LIB to yes the library is built as...
Upgrading v2.2 to v2.3 causes Could not open input file: bin/console error in cron_report. Symfony 4.4.4 Changing the service cron.resolver argument %kernel.project_dir% to %kernel.root_dir% fixes the issue. This was changed...
My logo 8 is on a heatmaster wood boiler and i do not have access to the program but I would like to be able to get the data from...
When trying to add an html attribute to a filed set the attribute is not added. Symfony: 7.0 Easyadmin: 4.9.4 and 4.10.0 **To Reproduce** Add a fieldset with a html...
This expands upon and closes PR #774 by adding serialization_alias and missing Field override parameters. Allows for serializing json using serialization_alias when by_alias is true ```object.model_dump_json(by_alias=True)```
**Describe the bug** Can not add a filter on an embedded field. **To Reproduce** - Having a doctrine entity with an embedded object. - Add a filter on a field...