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: in ModalAjax::registerMultyModal() when ajaxSubmit=false #29

Open
egorrishe opened this issue Mar 31, 2020 · 0 comments
Open

Bug: in ModalAjax::registerMultyModal() when ajaxSubmit=false #29

egorrishe opened this issue Mar 31, 2020 · 0 comments

Comments

@egorrishe
Copy link

egorrishe commented Mar 31, 2020

Bug in ModalAjax::registerMultyModal() line 190 :

ajaxSubmit: $this->ajaxSubmit

Fix (exactly the same as in ModalAjax::registerSingleModal() line 163:

ajaxSubmit: ".($this->ajaxSubmit ? "true" : "false")."

Workaround (while fix is not implemented):

echo ModalAjax::widget([
    'ajaxSubmit'    => new JsExpression('false'),
    ...
]);
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