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

Does not work with Spatie NovaTranslatable #112

Closed
salierg opened this issue Oct 14, 2020 · 5 comments
Closed

Does not work with Spatie NovaTranslatable #112

salierg opened this issue Oct 14, 2020 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@salierg
Copy link

salierg commented Oct 14, 2020

This package show nothing when you try to display a translatable field in a tab.
We are using this package to manage translations for some fields:
https://github.com/spatie/nova-translatable

new Tabs('Tabs', [
                'Infos' => [
                    Translatable::make([
                        Text::make('Titre', 'title')->sortable()
                    ]),
                ],
            ]),
@RVxLab RVxLab self-assigned this Oct 17, 2020
@RVxLab
Copy link
Collaborator

RVxLab commented Oct 19, 2020

I'm gonna need a bit more info on this one. What exactly do you mean with "shows nothing"?

Could you provide a screenshot?

@RVxLab RVxLab added the question Further information is requested label Oct 21, 2020
@iSaadSalman
Copy link

@RVxLab It shows loading on the screen but in debugger it shows following errors:

Screen Shot 2020-11-03 at 4 16 19 PM

@RVxLab
Copy link
Collaborator

RVxLab commented Nov 3, 2020

Thanks for the screenshot, I'll look further into it.

@RVxLab
Copy link
Collaborator

RVxLab commented Feb 2, 2021

Sorry it's been a long time since I said I'd look into it.

With my latest changes (to be released in 1.4) this should be fixed. Could you verify this is now working on the master branch?

Thanks.

@bdsoha
Copy link

bdsoha commented Apr 21, 2021

Doesn't work any translation.

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

No branches or pull requests

4 participants