Open Stiivi opened 7 years ago
Mapper is currently mutable when it's locale is changed. _collect_attributes() causes the mapper's attributes to be recalculated.
_collect_attributes()
Change mapper to immutable. Locale change should return new instance of the mapper.
Mapper is currently mutable when it's locale is changed.
_collect_attributes()
causes the mapper's attributes to be recalculated.Change mapper to immutable. Locale change should return new instance of the mapper.