geoserver-restconfig icon indicating copy to clipboard operation
geoserver-restconfig copied to clipboard

Inconstistency of return type when Layer.default_value is returned from cache

Open giohappy opened this issue 3 years ago • 0 comments

Layer.default_value property returns a Style object the first time, but then it returns the style name (as a string) afterward. This happens because the setter sets self.dirty['default_style'] to Style.fqn

giohappy avatar Feb 21 '22 13:02 giohappy