GeoNode / QGISGeoNodePlugin

A QGIS plugin that provides integration with GeoNode
https://geonode.org/QGISGeoNodePlugin/
GNU General Public License v3.0
12 stars 16 forks source link

Fix the error after the reload a default style or metadata from GeoNode #294

Closed Gpetrak closed 7 hours ago

Gpetrak commented 1 week ago

This PR fixes the error of after the reload a default style or metadata from GeoNode in the layer properties dialog, reported in the issue #285 Also, it was implemented a more elegant way to find the QDialog object, in order using its syncToLayer method to synchronize the current changes from the plugin with the layer properties dialog.