planetfederal / qgis-geogiglight-plugin

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

Python error when adding a layer to a repository #101

Closed gioman closed 7 years ago

gioman commented 7 years ago
Traceback (most recent call last):
  File "C:/Users/qgis/.qgis2/python/plugins\geogig\gui\dialogs\navigatordialog.py", line 285, in addLayer
    self.versionsTree.updateCurrentBranchItem()
AttributeError: 'HistoryViewer' object has no attribute 'updateCurrentBranchItem'

This is with the latest version available in the dev repo.

gioman commented 7 years ago

see https://github.com/boundlessgeo/qgis-geogiglight-plugin/issues/103