vyuldashev / nova-permission

A Laravel Nova tool for Spatie's laravel-permission library
https://novapackages.com/packages/vyuldashev/nova-permission
416 stars 215 forks source link

Problem with Nova 3.11.x #143

Open mpoma opened 3 years ago

mpoma commented 3 years ago

Hello. I cant attach Roles / Permision to Users in 3.11 Any Idea? Work perfect with 3.10

itinnovative commented 3 years ago

Same issue starting in 3.11. Error is "TypeError: this.field is null". This issue is most likely one of these 3 pull requests in 3.11 but since it's a closed repo they can't be seen.

Added ability to specify viewable method for MorphTo fields. #966
Added support for default values inside BelongsTo and MorphTo fields. #975
Added selection change JavaScript events for BelongsTo, MorphTo, Attach, and UpdateAttached views. #980
itinnovative commented 3 years ago

This is a Nova core issue. Will be fixed in next release.

https://github.com/laravel/nova-issues/issues/2918