Ralph J. Smit
Ralph J. Smit
> It seems that the nested modal never receives the open-modal event. I have just dug into this and can confirm that as well. The nested modal does appear to...
I can confirm that @pslxx's fix about the openModal/closeModal works: However, it does not close the parent action which would be pretty cool if supported.
If a child modal is opened, does that "destroy" the HTML content of the parent? It would be quite nice if it could just be hiding the parent and re-opening...
Hey @fspplus, thank you for your message. That is weird, so the `description` column in the `seo` table is filled in?
With all respect to the maintainers views, it's absolutely crazy how a vital extension as `imagick` can be so neglected. I think it literally was the first PHP extension I...
This issue happens when a plugin is registering a page slug dynamically based on something like a `$plugin->slug('my-custom-slug')` method. It's very convenient for users but it can be unhandy when...
In V4, the `getSlug()` method will receive the current `$panel` parameter, so then you can do it like this: ```php public static function getSlug(?Panel $panel = null): string { $panel...
Hello @solonmedia, thanks for your message! Okay that's interesting, do you have to add this modified path-config for every Artisan command you call via the scheduler? As the package only...
I think the `BelongsTo` relationship is a bit a special one as that one is acting "in essence" like any other direct model-field (though of course strictly it is still...
Another alternative I tested was to provide _both_ a `->visible()` and a `->visibleJs()` simultaneously (with the idea that it would work dynamically in frontend JS and on the backend it...