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

fix: fix quick contact creation #5572

Merged
merged 3 commits into from
Oct 8, 2021
Merged

Conversation

jsawo
Copy link

@jsawo jsawo commented Oct 6, 2021

This fix addresses quick contact creation functionality - adding new contact from search box.
If the contact name contained an apostrophe the new contact form would fail and display blank page.

The root cause was the way the arguments were passed from php request to vue components.

The simplest solution is to drop prop binding which is not needed anyway as we're providing the values from php.

this should close #5475

@asbiin asbiin merged commit bab87db into monicahq:master Oct 8, 2021
@github-actions
Copy link

github-actions bot commented Oct 9, 2021

🎉 This PR is included in version 3.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When creating a new person from the search, page fails when apostrophe in name
2 participants