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

The quote character in the name is not correctly parsed in the popup windows. #6265

Open
Maratagliullin opened this issue Aug 27, 2018 · 1 comment
Labels
Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type:Bug Bugs within the core SuiteCRM codebase

Comments

@Maratagliullin
Copy link

Please take a look at the link, I changed the account name to (24/7 "Couriers") and please "select" the associated contact, the filter will be empty.

https://demo.suiteondemand.com/?action=ajaxui#ajaxUILoc=index.php%3Fmodule%3DOpportunities%26offset%3D2%26stamp%3D1535351294002767400%26return_module%3DOpportunities%26action%3DDetailView%26record%3D1a72f804-5f30-8bf3-7bc2-5b8393b3b531

Steps to Reproduce:

1 step.
1
2 step.
2
3 step.
3

Possible Fix

I found a solution that works for me, when I run the open_popup function in sugar_grp1.js , I change initial_filter data the hex code character of the quote in the format %26quot%3B to "
initial_filter=initial_filter.replace(/%26quot%3B/g, '\"'); ,but I'm not sure if this is the right way.

@Dillon-Brown Dillon-Brown added Type:Bug Bugs within the core SuiteCRM codebase Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds labels Sep 20, 2018
@pribeiro42
Copy link
Contributor

Assessed, can't find the initial_filter=initial_filter.replace(... line in any javascript file....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:Moderate Issues & PRs that are minor; broken styling, cosmetic, warnings - there are practical workarounds Status:Fix Proposed A issue that has a PR related to it that provides a possible resolution Type:Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

3 participants