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
I'm not sure I'm doing this correctly. I am trying to pass data from a Vue modal to a view, not the other way around.
I have added this to my controller after saving the new record:
JavaScriptFacade::put([ 'customer' => $customer, 'contact' => $contact, ]);
The modal window then closes, but I can't find the data.
Here are my changes to config\javascript.php:
'bind_js_vars_to_this_view' => 'dashboard/shared/footer',
The text was updated successfully, but these errors were encountered:
Same
Sorry, something went wrong.
No branches or pull requests
I'm not sure I'm doing this correctly. I am trying to pass data from a Vue modal to a view, not the other way around.
I have added this to my controller after saving the new record:
The modal window then closes, but I can't find the data.
Here are my changes to config\javascript.php:
'bind_js_vars_to_this_view' => 'dashboard/shared/footer',
The text was updated successfully, but these errors were encountered: