Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

@AlexanderBoenninger Would be really great if you could provide us your blueprint - really helps us in replicating the issue instead of guessing around. Thank you.

@AlexanderBoenninger I only got back to this now as your examples included a lot of extends etc. which makes it hard for us to arrive at a testable minimal setup....

@gaufde Does your IDE pick it up when you add the `@mixin` annotation to he `Kirby\Filesystem\IsFile` trait? That would probably be the best place but not sure if it works...

I honestly disagree. If I set up a blueprint with UUIDs, I want the persistent reference to that file. I think it'd lead to very frustrating experiences when we introduce...

@FynnZW why don't you switch over those fields in question to use normal relative IDs instead of UUIDs? I do understand that it can be confusing. Then again, I think...

Closing this as we agree that the proposed behavior cannot generally be expected from users and cannot be done in a reliable way. We still agree that https://github.com/getkirby/kirby/issues/4867 is a...

Reopening this as working on https://github.com/getkirby/kirby/pull/6567 I really got to feel the UX part of it and needed to reconsider my stance. I am not sure if adding `file://NULL` which...

Will be included in Kirby 5 (due to breaking changes we cannot introduce in 4.x)

I can reproduce this. For me it seems to happen so far always to the last writer field on the screen. Is this something you can confirm from your experience...

There is also `Page::inventory()` as core method which is why you cannot use it as field name (or if you need to access it via `$page->content()->get('inventory')`. The problem is that...