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

[LUI-66] Concept Proposal Form is broken #89

Merged
merged 1 commit into from
Jan 10, 2018
Merged

[LUI-66] Concept Proposal Form is broken #89

merged 1 commit into from
Jan 10, 2018

Conversation

Sub6Resources
Copy link
Contributor

@coveralls
Copy link

Coverage Status

Coverage remained the same at 25.309% when pulling 6906cf8 on Sub6Resources:LUI-66 into 0bd2e29 on openmrs:master.

@@ -134,8 +134,8 @@
class='searchHit'>
${status.index + 1})
<c:choose >
<c:when test="${listItem.synonym != ''}">
<span class='mainHit'>${listItem.synonym}</span>
<c:when test="${listItem.description != ''}">
Copy link
Member

Choose a reason for hiding this comment

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

From here, https://github.com/openmrs/openmrs-core/blob/1.12.x/web/src/main/java/org/openmrs/web/dwr/ConceptListItem.java#L46-L53 the synonym was deprecated and hence removed. Therefore, just remove the choose and simply use listItem.name which is already in the otherwise section.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you. I was viewing the wrong ConceptListItem.java so didn't find this deprecated statement.

Copy link
Member

Choose a reason for hiding this comment

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

No. You did not look at the wrong guy. You just looked after it was deprecated and eventually removed. 😊

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, on an older version, that makes sense.

@Sub6Resources
Copy link
Contributor Author

The changes have been made @dkayiwa

@coveralls
Copy link

Coverage Status

Coverage remained the same at 25.309% when pulling 6e37387 on Sub6Resources:LUI-66 into 0bd2e29 on openmrs:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 25.309% when pulling 6e37387 on Sub6Resources:LUI-66 into 0bd2e29 on openmrs:master.

@dkayiwa dkayiwa merged commit b733505 into openmrs:master Jan 10, 2018
@Sub6Resources Sub6Resources deleted the LUI-66 branch January 10, 2018 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants