Oliver Busk Jensen
Oliver Busk Jensen
Ah OK, I see. It would make sense that we should be able to overwrite the save method - or at least call it ourself, based on conditions. There might...
Having the same problem. I have set up the AppSerivceProvider like this: ``` Mailbox::to('{token}@in.myapp.com', Email::class); ``` However nothing is stored, and the Email class is never fired. If I change...
Hi! What's the update on this? :)
Following this..
Hey! Did you manage to solve this?
I don't believe dialogs are a feature of Inertia v1.0. Hopefully with the new release, we'll soon see dialogs :)
Hi both. Thanks for a quick reply! @stevebauman I was not able to use the `markAsGated`. I receive this error: > Only gated jobs can be marked as gated FYI:...
I was thinking something like this: ```php
@ksassnowski Sounds like a much better plan. I will start test and hopefully a PR will emerge. Thank you!!!
I changed the line in the `WorkflowEventSubscriber` to use `isDeletedOrReleased()`, and did the changes in the plugin. That gives me this error: > Only gated jobs can be marked as...