planetfederal / qgis-suite-plugin

GNU General Public License v2.0
25 stars 17 forks source link

QGIS Opengeo Explorer: Cannot delete a workspace containing a layer #164

Closed tbarsballe closed 9 years ago

tbarsballe commented 9 years ago

From @tbarsballe on January 14, 2015 20:15

QGIS 2.6.1, OS X 10.10

Python error when trying to delete a workspace containing a layer (Also occurs when trying to delete the layer or the store): https://gist.github.com/tbarsballe/1a4395b9ef486013c987

(Tested on OS X 10.10, QGIS 2.6.1)

Copied from original issue: boundlessgeo/suite#844

tbarsballe commented 9 years ago

From @volaya on January 16, 2015 7:0

Not able to reproduce it, but I have seen a possible case and fixed it in here. It doesn't see to be breaking anything else, and deleting elements works fine. The error you were seeing should not be possible now.

The fix is in the plugin repo, please test from there

tbarsballe commented 9 years ago

That seems to have fixed it, I am not getting the error anymore.

Also, when building the plugin locally, I ran into some issues with the docs. See fixes here: https://github.com/boundlessgeo/suite-qgis-plugin/pull/156