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

REPORT-602:Add the ability to specify the locale in the EvaluationCon… #189

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

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