Details
-
Enhancement
-
Status: Closed
-
Should
-
Resolution: Fixed
-
None
-
None
-
None
-
Low
Description
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
This should be backported to 2.3.x