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

File Manager field does not load with fieldsForUpdate #208

Closed
iMuMz opened this issue Mar 23, 2023 · 2 comments · Fixed by #209
Closed

File Manager field does not load with fieldsForUpdate #208

iMuMz opened this issue Mar 23, 2023 · 2 comments · Fixed by #209

Comments

@iMuMz
Copy link

iMuMz commented Mar 23, 2023

Describe the bug
The file manager field does not seem to load when the field is placed inside the fieldsForUpdate method. The normal fields method works fine.

To Reproduce
Add the file manager field to the fieldsForUpdate method.

public function fieldsForUpdate(NovaRequest $request) {
  return [
     FileManager::make('Document')
  ];
}

Expected behavior
I expect the file manager to load as normal.

Screenshots
Screenshot 2023-03-23 at 08 18 00

Desktop (please complete the following information):

  • OS: MacOs
  • Browser Chrome
  • Version Version 111.0.5563.64 (Official Build) (x86_64)
@Rezrazi
Copy link
Collaborator

Rezrazi commented Mar 28, 2023

HI

This should be fixed in 0.9.1

Please do let us know if it's working as intended now

Cheers

@iMuMz
Copy link
Author

iMuMz commented Mar 28, 2023

@Rezrazi It now works as intended. Thank you, I appreciate it. Really great package

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

Successfully merging a pull request may close this issue.

2 participants