Bug report #6848
db manager error when clicking "export file"
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Giuseppe Sucameli | ||
Category: | DB Manager | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15984 |
Description
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/db_manager/db_manager.py", line
171, in exportActionSlot
dlg = DlgExportVector(inLayer, table.database(), self)
File "/usr/share/qgis/python/plugins/db_manager/dlg_export_vector.py",
line 42, in init
self.setupWorkingMode()
File "/usr/share/qgis/python/plugins/db_manager/dlg_export_vector.py",
line 53, in setupWorkingMode
self.checkSupports()
File "/usr/share/qgis/python/plugins/db_manager/dlg_export_vector.py",
line 61, in checkSupports
self.chkSpatialIndex.setEnabled(allowSpatial and hasGeomType)
AttributeError: 'DlgExportVector' object has no attribute 'chkSpatialIndex'
Associated revisions
History
#1 Updated by Giuseppe Sucameli almost 12 years ago
- Status changed from Open to Closed
Fixed in changeset b6c999e776a6b34f6338e3a679509d963193da82.