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

Fields value does not show when update with whitecube/nova-flexible-content package. #36

Open
mialyGit opened this issue Jul 5, 2023 · 8 comments
Labels
bug Something isn't working

Comments

@mialyGit
Copy link

mialyGit commented Jul 5, 2023

I use whitecube/nova-flexible-content package : https://github.com/whitecube/nova-flexible-content
Add and details view worked sucessfully but when update : Fields inside DependencyContainer is empty

okkoko2

Anyone has an Idea ?

@davinyoeun
Copy link

davinyoeun commented Sep 1, 2023

I use whitecube/nova-flexible-content package : https://github.com/whitecube/nova-flexible-content Add and details view worked sucessfully but when update : Fields inside DependencyContainer is empty

okkoko2

Anyone has an Idea ?

I also face with this problem now. @mialyGit Have you found solution for this issue yet?

@AndreasGJ
Copy link

I also see this issue

DependencyContainer::make([
                Flexible::make('FAQ', 'faq')
                    ->addLayout('FAQ', 'faq', [
                        Text::make('Title', 'title')
                            ->required(),
                        Trix::make('Content', 'wysiwyg')
                            ->required(),
                    ])
                    ->fullWidth()
                    ->button('Add faq'),
            ])->dependsOn('content_type', 'faq'),

@andrii-trush
Copy link

Any news how to fix it?

@andrii-trush
Copy link

@alexwenzel Could You support with this issue?

@alexwenzel
Copy link
Owner

Hi, yes i can. I have time for this in 3 or 4 days. Will Reply then.

@alexwenzel alexwenzel added the bug Something isn't working label Jun 2, 2024
@daanadriaan
Copy link

@alexwenzel Any luck on fixing this issue?

@jordansitbon
Copy link

up

@daanadriaan
Copy link

Managed to get this working with a workaround. See this issue: whitecube/nova-flexible-content#524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants