dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
264 stars 61 forks source link

autouploading() not working for media that is attached with attachExisting() #99

Closed ghost closed 3 years ago

ghost commented 3 years ago

Instead of autouploading the selected existing media, an upload-button appears and we have to click that button.

Medialibrary::make(…)
    ->attachExisting()
    ->autouploading()
dmitrybubyakin commented 3 years ago

@JonathanDoelan Thanks. I'll fix that.

dmitrybubyakin commented 3 years ago

@JonathanDoelan Fixed.