-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Multi language #3089
Comments
Me too for language => 'vi' |
unset() destroys fields inside $request object
@fletch3555 Any more ideas how to fix it? I have the same problem. |
I had a quick look on the issue and it's causing by the body field in protected variable in vendor/tcg/voyager/src/Models/Post.php. Need to investigate body field further. |
@min1mal it seems that bug in multilingual.js by @akazorg |
There something strange happening. Because pages are working fine with the same script. |
Just remove div class="panel-body" in resources/views/posts/edit-add.blade.php: Change
To
|
Same thing is happening with other BREAD pages too. Any solutions on this yet? |
Yes, and they are mentioned here and in the referenced issues and PRs. |
The PR #3265 fixed only on resources/views/posts/edit-add.blade.php. However, I am getting the error from a BREAD view. EDIT: Specifically from resources/views/bread/edit-add.blade.php |
If you have an issue with the current version and searched all issues, please open a new one with all required informations. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group. |
Description:
When I create a page an error occurs
When I create a write out error
Steps To Reproduce:
I tried one language and two languages, the same error
ErrorException thrown with message "Undefined index: ru"
error on line
The text was updated successfully, but these errors were encountered: