这是indexloc提供的服务,不要输入任何密码
Skip to content

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.


<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