Skip to content

Conversation

@gitcliff
Copy link

link:https://issues.openmrs.org/browse/REPORT-602
Add ability to specify Locale within the EvaluationContext

Comment on lines +413 to +419
public static Locale getDefaultLocale(Locale locale) {
if (locale == null) {
locale = ReportingConstants.GLOBAL_PROPERTY_DEFAULT_LOCALE();
return locale;
}
return locale = Context.getLocale();
}

Choose a reason for hiding this comment

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

Better to write some unit tests for this method

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