haase-fabian
haase-fabian
This PR allows for overriding the `formattedValue` via `Field::setFormattedValue`. In my application I used something like this: ```php yield CollectionField::new('foo') ->setFormattedValue("bar"); ``` However it wasn't respected and I still got...
**What I did** Whenever an edit mode is removed and a user has still selected set mode the backend would crash. Now it can keep loading allowing the user to...
### Description After removing a custom edit mode. Users who have still selected that mode can no longer login to the backend. ### Steps to Reproduce 1. add a custom...
This PR adds the functionality for custom dark themes. Currently there is the support only for a global custom dark theme. Every section with a `[data-theme="mytheme"]` attribute is forced on...
I use the DamaDoctrineTestBundle in combination with `database_resetter.orm.reset_mode: migrate`. Everytime the test suite is run, when there is a TestCase using the `ResetDatabase` trait, the database is reset. This change...
### Describe the bug ESP32 becomes unresponsive after entering the mqtt settings. ### Steps to reproduce 1. Flush the esp32 python -m esptool --chip esp32 erase_flash 2. Reinstall Firmware platformio...
I noticed that the search does not do a query inside the given context node. But rather within all Siblings of that Node. `$subgraph->findAncestorNodes` does not include the $contextNode itself....