DevId

Results 4 issues of DevId

The field "store_id" in database is a String, the only way to filter it is use "like" sql operator. With this modification the only problem be when the "store_id" have...

Hi again, First, nice update, good job! I have found a bug when I configure this option: Stores -> Configuration -> General -> Web -> Url Options -> Add Store...

bug

### Pitch Currently, Mastodon hastags are global across the Fediverse. When they are sorted by usage to create the trending list, the hashtags of the most commonly used languages throughout...

suggestion

### Pimcore version v11.2.2 ### Steps to reproduce In Controller use: ``` use Pimcore\Tool\Console; $cmd = "/usr/bin/php /project/folder/bin/console app:export-command"; Console::execInBackground($cmd, PIMCORE_LOG_DIRECTORY . DIRECTORY_SEPARATOR . "register.log"); ``` In ExportCommand use: ```...

Bug
PR Welcome