Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

I can replicate it. The source is https://github.com/getkirby/kirby/blob/main/panel/src/components/Forms/Input/DateInput.vue#L142 which we use to convert the current date input into an actual dattimeobject when hitting `Cmd + S` - for those times...

@animaux did you mix up the actual vs. expected columns?

@animaux This one is really hard. I am trying to add some more patterns, but this will only help with some of these formats. The difficult part here is that...

> which should at least work for the selected panel language, I feel. As I wrote, supporting other languages than English with the dayjs library is not quite feasible so...

@Akasiel Any chance you can share the full blueprints?

@timkinali if you could send them to [email protected] that would be appreciated. Thanks!

@georgobermayrsaf and others: Could someone please try if this gets resolved for you by: 1. Commenting out this line https://github.com/getkirby/kirby/blob/main/config/sections/mixins/layout.php#L137 2. Changing this part https://github.com/getkirby/kirby/blob/main/config/sections/mixins/layout.php#L143-L148 to ```php default => $item[$columnName]...

@gbdesign2023 I don't really know how to understand your response. Did you try out the fix I proposed and does it improve your pages sections with table layout?

@georgobermayr we will add it as a blueprint option to 4.4 that reverts it to the old buggy but performant behavior. It's not ideal but a perfect solution involves huge...

Of course. We have the following dilemma: - Pre 4.2 we would pass the raw values from the content file to the table preview components. Which caused problems with the...