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

OC3 Switch doesnt work when model has more than one list config #11

Open
mkinternet opened this issue Oct 14, 2024 · 0 comments
Open

OC3 Switch doesnt work when model has more than one list config #11

mkinternet opened this issue Oct 14, 2024 · 0 comments

Comments

@mkinternet
Copy link

If you add to the model list config as array:

public $listConfig = [
    'list_one' => 'list_one_config.yaml',
    'list_two' => 'list_two_config.yaml',
];	

And you add renderes for theese config respectively. List switch will work only for first list.

After click on list switch column type in second list post data are sent but column value remains same.

@mkinternet mkinternet changed the title OC3 Switch doesnt work when more than one list config OC3 Switch doesnt work when model has more than one list config Oct 14, 2024
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

1 participant