Data Sources Add Data Source (green plus) button not working

Issue #827 resolved
Fabian Thiel created an issue

An error has occurred while executing Python code: 

AttributeError: 'DataSourceManager' object has no attribute 'addDataSourceByDialog' 
Traceback (most recent call last):
  File "C:\Users/thielf54/AppData/Roaming/QGIS/QGIS3\profiles\demo/python/plugins\enmapboxplugin\enmapbox\gui\datasources\manager.py", line 637, in 
    self.actionAddDataSource.triggered.connect(lambda: self.mDataSourceManager.addDataSourceByDialog())
AttributeError: 'DataSourceManager' object has no attribute 'addDataSourceByDialog'

Also small typo in tooltip

Comments (2)

  1. Log in to comment