planetfederal / qgis-geogiglight-plugin

GNU General Public License v2.0
19 stars 9 forks source link

python error when entering username/password interactively #23

Closed gioman closed 8 years ago

gioman commented 8 years ago

If username and password are not set in the geogig plugin settings, then when adding a layer to a repository the two parameters are asked to be entered in a dialog. This will result in

Plugin version: 1.0-20160720-342d01cc7f1f2b21a9abe90c346a836a31a1c2c7
Traceback (most recent call last):
  File "C:/Users/qgis/.qgis2/python/plugins\geogig\gui\dialogs\userconfigdialog.py", line 81, in okPressed
    self.logCalls = self.logCheckBox.isChecked()
AttributeError: 'UserConfigDialog' object has no attribute 'logCheckBox'

and no possibility to proceed.

volaya commented 8 years ago

this is fixed already

gioman commented 8 years ago

Fix confirmed.