GeoNode / QGISGeoNodePlugin

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

Do not try to parse GeoNode version when we know the connection URL is not valid #239

Closed ricardogsilva closed 2 years ago

ricardogsilva commented 2 years ago

This PR fixes a bug where the plugin was trying to parse the GeoNode version even when it had been previously set to network.UNSUPPORTED_REMOTE and subsequently failed.

The proposed implementation does a stricter check and even disables the search button if the current connection is known not to be valid

fixes #231