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 output display in api4 explorer #16130

Merged
merged 1 commit into from
Dec 21, 2019
Merged

Conversation

colemanw
Copy link
Member

Overview

Fixes the display of api explorer output which contains html entities.

Before

Output such as <i>test</i> appears as italicized text in the explorer.

After

Output displays html entities properly.

Comments

Easiest way to test this is by doing contact.get in the api explorer, add a text field such as first_name to the WHERE clause, and type something like <i>test</i>. Observe the generated code below.

@civibot
Copy link

civibot bot commented Dec 20, 2019

(Standard links)

@civibot civibot bot added the master label Dec 20, 2019
@eileenmcnaughton
Copy link
Contributor

unrelated fail

@eileenmcnaughton eileenmcnaughton merged commit 3309102 into civicrm:master Dec 21, 2019
@eileenmcnaughton eileenmcnaughton deleted the ext branch December 21, 2019 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants