Jason Varga

Results 520 comments of Jason Varga

Do you really need the Deleting events at the moment? This can prevent the tree from being deleted, but that doesn't stop the nav from being deleted.

> s this something that could extend to the cache invalidators to help (and potentially make the addon no longer required)? It's on my list 👍

This is ready to try out if anyone wants to give it a whirl. Simply running the scheduler should be enough with `artisan schedule:work` - you don't need to add...

Thanks for testing! > Curious for the logic as to why it checks the previous minute, and not the current minute? Is it because technically the current minute, if using...

Yep, in Forge or whatever hosting environment you need that single cron job that runs `artisan schedule:run` every minute. If you already had that set up, you don't need to...

Are you able to reproduce this in an entry (since you can't create form submissions in the cp) and see if the same thing happens in the control panel publish...

This is the form with precognition, right? My guess is that the `$form` is initialized with all the data, so it gets submitted. The conditional logic needs to be able...

I believe this happens when you have a nav and haven't added any fields to the blueprint. You shouldn't need to, but if you want to work around it until...

You could disable the `always_show_set_button` setting on the bard field. ![Image](https://github.com/user-attachments/assets/01c9f7c7-731c-4b78-9e27-9606469cd331)