-
Notifications
You must be signed in to change notification settings - Fork 57
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
META-268: Enabled saving Term-B before importing ConceptReferenceTerm… #46
base: master
Are you sure you want to change the base?
Conversation
@@ -42,6 +42,9 @@ public int getPriority() { | |||
if (object.getConceptSource() != null) { | |||
result.add(object.getConceptSource()); | |||
} | |||
if(object.getConceptReferenceTermMaps() !=null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put space between !=
and null
?
Can you also write a unit test for this using the data attached on the ticket? |
@reagan-meant did you see the above comments? |
Let me work on it... |
52e888e
to
01e9d76
Compare
public static final String CONCEPT_REFERENCE_TERMS_METADATA = "mds-concept-reference-terms-metadata.xml"; | ||
|
||
private String headerXml; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have any reason as to why these are class level instead of local variables?
META-268: Enabled saving Term-B before importing ConceptReferenceTermMaps
https://issues.openmrs.org/browse/META-268