Closed aniket-magadum closed 4 years ago
Same here.
Nova: v2.9.3 Spatie Permissions: 3.5 Laravel: 6.8
@renanpicanco I will modify the issue later for better discussion
@aniket-magadum I have changed laravel nova to v2.8 and nova permissions work fine
Alright @renanpicanco I will try it . Thankyou so much I will keep this issue open maybe someone can fix it
@renanpicanco I was able to fix this on the current version of Nova. I was missing the HasRoles Trait on the App\User Model
@aniket-magadum it's worked for me too.
Adding the HasRoles Trait to the App\User model also solved my issue.
I followed the setup in the README file. I am able to use the MorphToMany fields inside of the App\Nova\User class.
But when I tried to use the RoleBooleanGroup Field I get the error message. Laravel Nova: v2.9.2 Spatie Permissions: 3.5.0