Oslandia / QGeoloGIS

Migrated to: https://gitlab.com/Oslandia/qgis/QGeoloGIS
GNU General Public License v2.0
28 stars 6 forks source link

Modifying timeseries symbology raises an AttributeError #58

Open delhomer opened 4 years ago

delhomer commented 4 years ago

When I try to "edit the row style" of a timeseries, I can design my own symbology, however when I validate it, the following error is raised:

AttributeError: 'TimeSeriesWrapper' object has no attribute 'styles' 
Traceback (most recent call last):
  File "/home/rdelhome/.local/share/QGIS/QGIS3/profiles/default/python/plugins/BDLHES/QGeoloGIS/main_dialog.py", line 283, in on_styles_updated
    styles = self.__view.styles()
AttributeError: 'TimeSeriesWrapper' object has no attribute 'styles'

Anyway, the symbology is applied to the graph, but it seems impossible to save it through the configuration.

Linked to #34 ?