Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

Currently, I am less confused why drawer isn't working yet, but why dialog would be working already. Doubting my solution is right then, somewhere dialog needs to be supported already...

@bastianallgeier I don't think we can add it to the `Str` method. Not because of using an app option, but because we use `Str::slug()` in many contexts that are not...

@afbora hmmm seems to work for me: ### English ### German ~Though I had to do a hard reload before it showed, which shouldn't be the case.~ (fixed that)

@afbora good catch - I think I'll actually have to move it over to the `$translation` object to work right for single lang. Looking at the `locale` option though, not...

@afbora because currently without `intl` handler, Sunday would be the first day of the week. And so far (Kirby 4.3.1) Monday is the default. So for anyone without `intl` (I...

👍 yes I saw. This will reduce the number of breaking changes. Still thinking whether this should be better in v5 as it could still be a breaking change for...

For the files, pages etc. fields you should better always apply first `->toFiles()` etc. and not just apply `->isEmpty()` on the raw field.

I can reproduce the issue with the steps you've outlined. The `new` name seems to be crucial - renaming that sibling page to `neww` and a new UUID is correctly...

Guilty lines: https://github.com/getkirby/kirby/blob/main/src/Panel/PageCreateDialog.php#L251 https://github.com/getkirby/kirby/blob/main/src/Panel/PageCreateDialog.php#L270

> I'm quite confident that a page with the slug new was not created by a user logged in to the panel. But isn't that your use case you outlined...