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

[Bug]: getMenuPanelTitleColumn array #31

Open
Andrylomakin opened this issue Sep 29, 2024 · 4 comments
Open

[Bug]: getMenuPanelTitleColumn array #31

Andrylomakin opened this issue Sep 29, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@Andrylomakin
Copy link

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

@Andrylomakin Andrylomakin added the bug Something isn't working label Sep 29, 2024
@iRaziul
Copy link
Contributor

iRaziul commented Oct 1, 2024

Are you using the translatable plugin to localize the name field?

@Andrylomakin
Copy link
Author

Are you using the translatable plugin to localize the name field?

No

@iRaziul
Copy link
Contributor

iRaziul commented Dec 27, 2024

Are you using the translatable plugin to localize the name field?

No

then why this array on the name field?

@mstfkhazaal
Copy link

Hi @Andrylomakin
Check This Pull Request

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

3 participants