Sebastian Zoglowek

Results 197 comments of Sebastian Zoglowek

Reproduction of this is: 1. Open any Select Singlebox with a search 2. Type in something in the search, then delete it 3. Choose an option with an arrow key...

> The config article needs to have two (or more) tabs for the config options. Would be a separate issue / not part of this one but can you tell...

Don't mind assigning me to this issue then :)

https://github.com/contao/docs/issues/1474#issuecomment-2475781300 > The tabs here: > > * https://docs.contao.org/manual/en/system/settings/#config-yaml > * https://docs.contao.org/dev/reference/config/ > > They already exist (but might need to be updated). See #1486 for the `but might need...

An `EnableSafemode` within the maintenance view wouldn't hurt (currently implementing it and trying to test my dev build if it runs through with 3.10.1 in safemode as well)

@fritzmg Having safe-mode on wouldn't solve the issue in this case :/ - I was on 3.10.0 when testing it, hence why it bypassed it. @aschempp It would help if...

You basically mean a rerun when an error occured that doesn't enable the maintenance mode at all, right?

So what would you propose @fritzmg ? If we wanna keep it as simple as possible for the normal user, it should retry without the maintenance mode then, do you...

The return type in the contao-manager method is `void`, however in the newest symfony version (`^7.0`), it's more strict: https://github.com/symfony/symfony/blob/68a5704edace3371b649e779fc31ee860a19bd01/src/Symfony/Component/Console/Command/Command.php#L183 According to the phpdocs, it always wanted an integer as...