outl1ne / nova-settings

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

Issue deleting Images #57

Closed smartie19889 closed 3 years ago

smartie19889 commented 3 years ago

Version 3.1.2 - Nova Version: 3.23.2

When trying to delete an uploaded image, nothing happens, but the console log returns "/nova-api/nova-settings/settings/field/brand_logo"

MartinPetricko commented 3 years ago

This issue will occur only when you use subpages without any fields defined for General settings because of check in middleware.

Tarpsvo commented 3 years ago

Hi! Thank you for reporting this issue. :) There was indeed a bug and it's now resolved in version 3.1.3. Good luck!