Frederik Sauer
Frederik Sauer
@mgamal92 Sure, just open a PR
@mgamal92 I've just updated the roadmap, but you can just choose what you feel like
@jn-devops yes, I've thought about removing support for everything below Laravel 9 and update tests accordingly
> > Add __soft_deleted to filterable attributes automatically for soft deleted models > > This would be awesome ... @rico I'll tackle this as the next update :)
@adgower I just added Laravel 10 support in `0.3.5` - Scout 10 is a bigger change though
@AlejandroAkbal I have most of it working in a local branch, but I just need time to make unit tests and make sure everything works :)
@ryanmitchell would it make sense to also "lock" the UI like with the API key so you can't select another list?
It's just that other fields in the system get locked when using a config or environment variable.
@ryanmitchell I'm stuck at the display and the "fix" doesn't feel right... In `StatamicRadPack\Mailchimp\ServiceProvider` like you suggested: ```php 'id' => (string) Antlers::parse(Arr::get($data, 'audience_id'), ['config' => config()->all()]), ``` But then also...
The closest I got was looking at `Statamic\Forms\Email` but I can't figure out if the Mailchimp addon explicitly setup the values for the additional form fields.