GeoNode / geoserver-restconfig

geoserver-restconfig is a python library for manipulating a GeoServer instance via the GeoServer RESTConfig API.
MIT License
46 stars 29 forks source link

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

Open giohappy opened 2 years ago

giohappy commented 2 years ago

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 setsself.dirty['default_style'] to Style.fqn