Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work in repeatable field after save data #439

Open
Lagolass opened this issue Oct 21, 2024 · 0 comments
Open

Doesn't work in repeatable field after save data #439

Lagolass opened this issue Oct 21, 2024 · 0 comments

Comments

@Lagolass
Copy link

I use package outl1ne/nova-simple-repeatable for save data in column JSON

            SimpleRepeatable::make('links', 'links', [
                Text::make('link'),
                FileManager::make(__('icon'), 'icon')
                    ->wrapper('my_wrapper'),
            ])
                ->canAddRows()
                ->canDeleteRows(),

Data save, but after reload resource take error:

Oneduo\NovaFileManager\Support\Asset::__construct(): Argument #1 ($disk) must be of type string, array given, 
called in vendor\oneduo\nova-file-manager\src\FileManager.php on line 176 

How to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant