outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
271 stars 98 forks source link

Allow authorization check for nova resource with custom model #104

Closed dimitri-koenig closed 2 years ago

dimitri-koenig commented 2 years ago

Currently authorization is limited to the included settings model. To make it work with nova and a custom model, the auth check should be done with the custom settings model.

dimitri-koenig commented 2 years ago

Hi @Tarpsvo

Any chance you could check and merge this PR and release a new version any time soon?

Tarpsvo commented 2 years ago

Hey - sorry about the delay. I will handle all the PRs tomorrow. :)

Tarpsvo commented 2 years ago

Thanks for the PR and sorry about the delay! :( It's now released in version 3.5.3. Good luck!

dimitri-koenig commented 2 years ago

Thx very much