Moritz L'Hoest

Results 116 comments of Moritz L'Hoest

@brandonkelly Can't share a DB backup unfortunately :/ I'm still seeing the issue on the latest Craft & CKEditor versions. It's only happening with the specific field setup (Matrix field...

@engram-design Thanks for the tip! I've switched to custom validation rules, this improves the AX when adding & editing nodes considerably, since it enables custom error messages: ![Screenshot 2023-10-18 at...

@engram-design Thanks! I agree, moving elements should always trigger a full validation. Otherwise, any validation rules related to parent / children can't really be used effectively. The ideal solution would...

@engram-design Looks like Craft 5.3 will support better error messages when custom validation prevents moving elements in a structure: https://github.com/craftcms/cms/issues/15292 Can this be used to improve the UX when adding...

@engram-design Great, thanks! I'll give that a try.

@engram-design Just dropped in the `UserException` to get better error messages, it's working great 🎉 ![Screenshot 2024-09-18 at 14 29 16](https://github.com/user-attachments/assets/bffdf99a-09fd-4acc-a646-7731c6313301) I've now got a combination of two ways to...

@engram-design That would be great! We already needed this, so we built it as a custom widget that extends the built-in widget. Just leaving this here in case someone needs...

Just dropping this here: https://craftcms.com/events/dot-all-2023/sessions/building-a-collaborative-content-platform-with-the-control-panel I built a custom diff view for a project, I showed a bit about this in my talk at Dot All 2023 (skip to around...

@engram-design Right, I remember we talked in the Discord server. Just wanted to leave the link here in case someone wants to roll their own module in the meantime :)...

@engram-design Can't this be done with entry save hooks? When an entry is saved, the plugin can hook into the save process and check if the draft being saved is...