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

Empt65 #142

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Empt65 #142

wants to merge 6 commits into from

Conversation

Parth59
Copy link
Contributor

@Parth59 Parth59 commented Mar 13, 2021

@HerbertYiga
Copy link
Contributor

thanks @Parth59 for working on this, you can checkout https://wiki.openmrs.org/display/docs/Pull+Request+Tips to make better pull requests


for (k in rRowData)
{
rRowData[k] = $j("<div>").text(rRowData[k]).html();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this change part of #141?

Let's not mix PRs or else we'll have to resolve conflicts when they both get merged in.

@@ -175,7 +175,7 @@
</openmrs:forEachAlert>

<c:if test="${msg != null}">
<div id="openmrs_msg"><openmrs:message code="${msg}" text="${msg}" arguments="${msgArgs}" htmlEscape="false" /></div>
<div id="openmrs_msg"><openmrs:message code="<c:out value='${msg}'/>" text="<c:out value='${msg}'/>" arguments="<c:out value='${msgArgs}'/>" htmlEscape="false" /></div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmmacdo4 is working on this as part of EMPT54 in #136

If we get to a general solution there, we might not need this PR.

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

Successfully merging this pull request may close these issues.

3 participants