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

Not work with Outl1ne\NovaTranslatable #171

Open
majweb opened this issue Jun 1, 2023 · 1 comment
Open

Not work with Outl1ne\NovaTranslatable #171

majweb opened this issue Jun 1, 2023 · 1 comment

Comments

@majweb
Copy link

majweb commented Jun 1, 2023

     Text::make('Nazwa','name')
            ->sortable()
            ->rules('required', 'max:255')
            ->translatable()

While moving the row is ok after leaving it does not change its position. If I refresh the page, it's ok. The latest new version and the latest packages.

@tominal
Copy link

tominal commented Jun 27, 2023

I am also experiencing this. It's updating the database correctly, but the frontend looks like it isn't updating the translatable value correctly.

Rolling back a couple versions didn't help, so this must be an old bug that hasn't been squashed until now.

If you use https://github.com/spatie/nova-translatable instead of outl1ne's then the row reflects the correct value.

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

2 participants