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

META-268: Enabled saving Term-B before importing ConceptReferenceTerm… #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reagan-meant
Copy link
Contributor

META-268: Enabled saving Term-B before importing ConceptReferenceTermMaps
https://issues.openmrs.org/browse/META-268

@@ -42,6 +42,9 @@ public int getPriority() {
if (object.getConceptSource() != null) {
result.add(object.getConceptSource());
}
if(object.getConceptReferenceTermMaps() !=null) {
Copy link
Member

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?

@dkayiwa
Copy link
Member

dkayiwa commented Nov 11, 2019

Can you also write a unit test for this using the data attached on the ticket?

@dkayiwa
Copy link
Member

dkayiwa commented Nov 29, 2019

@reagan-meant did you see the above comments?

@reagan-meant
Copy link
Contributor Author

Let me work on it...

public static final String CONCEPT_REFERENCE_TERMS_METADATA = "mds-concept-reference-terms-metadata.xml";

private String headerXml;

Copy link
Member

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?

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.

2 participants