We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public function getMenuPanelTitleColumn(): string { return 'name'; }
The name field contains an array {"uk":"Contact uk","ru":"Contact ru","en":"Contacts"}
If you access name.uk or something else, there will be an error.
0.5.3
8.2
11
Linux
No response
The text was updated successfully, but these errors were encountered:
Are you using the translatable plugin to localize the name field?
Sorry, something went wrong.
No
Are you using the translatable plugin to localize the name field? No
then why this array on the name field?
Hi @Andrylomakin Check This Pull Request
No branches or pull requests
What happened?
public function getMenuPanelTitleColumn(): string
{
return 'name';
}
The name field contains an array
{"uk":"Contact uk","ru":"Contact ru","en":"Contacts"}
How to reproduce the bug
If you access name.uk or something else, there will be an error.
Package Version
0.5.3
PHP Version
8.2
Laravel Version
11
Which operating systems does with happen with?
Linux
Notes
No response
The text was updated successfully, but these errors were encountered: