Marco Mark

Results 29 comments of Marco Mark

Agreed, this would be a good addition, already marked as desired enhancement in #20 . **Check / Uncheck all**

Hi @doitrem @Dontorpedo , please could you provide details of your code to assist with establishing the issue?

Hey. Happy to pass the reigns to anyone willing to maintain this.

Apologies for the delay in responding to this and thanks for the PR @fouedmoussi . Looks like a useful addition. My only issue with this is the replaced `formPreview` screenshot....

Hi @Dontorpedo. Are you able to share any code examples of what you are trying to setup please?

Thanks @Dontorpedo ... makes sense. You need to change ... ```php NovaDependencyContainer::make([ Text::make('Recipient', 'email_to'), Text::make('Subject', 'email_subject'), Textarea::make('Nachricht', 'email_message') ])->dependsOn('options', 'email'), ```

I'm not sure if it is even achievable given that nova handles the controller side of the requests and relationships require an existing model id in order to make the...

Hi. Thanks very much. Got to be honest, I never tried the download button, will try and have a look at this as soon as possible.

Thanks for your report. I imagine this is related to Issue #13 which needs to be addressed.

Hi. Hard to say without seeing some code related to this but have you added the `Silvanite\Brandenburg\Traits\HasRoles;` trait to your User model?