Matthias Schuhmayer
Matthias Schuhmayer
### Improvement description Update best practice documentation. Some practice are outdated and even still use images from Pimcore 6 We need to rework the whole section and add new code...
### Current situation Atm we are using different date/time formats across the UI, mixing between 12h/24h formats e.g. ApplicationLogger time format is language specific - tooltips are not. Trying to...
### Improvement description Version: Latest version of datahub When trying to import an existing config into the datahub a generic error message will show up instead of showing the actual...
## Changes in this pull request Resolves #17701 ## Additional info Get Values must be static because of static enum values.
The method must be made static, because you cannot open it through the SelectOptions, because the SelectOptions are an enum, and you cannot create an instance of enums, which is...
### Improvement description - [ ] Remove support for php < 8.3 - [ ] Add support for dbal 4 - [ ] Remove support for dbal < 4 -...