whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

Upload Image and delete them #34

Open ayoub-alikkane opened 5 years ago

ayoub-alikkane commented 5 years ago

when delete an image in nova page it generates an error getMorphClass BadMethodException

toonvandenbos commented 4 years ago

Hi @alikkane,

Do you still have this bug? If so, could you please provide more information about your setup?

Which version of Nova (and Laravel) are you using? Thanks.

semchishinv commented 4 years ago

HI @Nyratas I have the same problem. While Uploading all work fine, but while Delete I have error message

Method App\Nova\Templates\About::getMorphClass does not exist.

Laravel Framework 6.7.0

Nova 2.9.2

mattlibera commented 4 years ago

Same problem here. Laravel 7.2.*, Nova 3.0

toonvandenbos commented 4 years ago

PR #68 (which was merged today) probably fixes this issue. Could you confirm (using dev-master)?