nova-flexible-content icon indicating copy to clipboard operation
nova-flexible-content copied to clipboard

Image required when updating resource (file already attached)

Open paweljh opened this issue 2 years ago • 0 comments

Hello,

I encountered an error when trying to update resource. First I attached the file and gave it a name, saved it, and then I wanted to update it again, then I get an error that the file is required even though it is already attached. (see first img) obraz

it is also strange that setting require to false or fn() => false

File::make(...)
     ->required(false)

still makes field required

paweljh avatar Sep 28 '23 16:09 paweljh