Fixed
Details
Assignee
Cosmin IoanCosmin IoanReporter
Mark GoodrichMark GoodrichComplexity
LowFix versions
Priority
Should
Details
Details
Assignee
Cosmin Ioan
Cosmin IoanReporter
Mark Goodrich
Mark GoodrichComplexity
Low
Fix versions
Priority
Created May 4, 2021 at 9:43 PM
Updated May 5, 2021 at 3:55 PM
Resolved May 5, 2021 at 2:52 PM
The getLocationsByTag method in LocationService should be null-safe in the case that getTags for a location returns null.
ie, this line should be changed to have a check that getTags() != null
https://github.com/openmrs/openmrs-core/blob/master/api/src/main/java/org/openmrs/api/impl/LocationServiceImpl.java#L210
This should be backported to 2.3.x