Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70eb4f1

Browse files
committedFeb 27, 2013
Bad error message is displayed when reference term validation fails -
TRUNK-3911
1 parent de7fd1b commit 70eb4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎webapp/src/main/webapp/WEB-INF/view/admin/concepts/conceptReferenceTermForm.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ $j(document).ready( function() {
114114
<openmrs:message code="fix.error"/>
115115
<div class="error">
116116
<c:forEach items="${errors.allErrors}" var="error">
117-
<openmrs:message code="${error.code}" text="${error.code}"/>- ${error.objectName}<br/>
117+
<openmrs:message code="${error.code}" text="${error.code}"/><br/>
118118
</c:forEach>
119119
</div>
120120
<br />

0 commit comments

Comments
 (0)
Please sign in to comment.