Opened 6 years ago
Closed 6 years ago
#3658 closed defect (fixed)
attribute table manager fails to start from new mapset
Reported by: | martinl | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 7.4.2 |
Component: | wxGUI | Version: | unspecified |
Keywords: | attribute table manager | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
Steps to reproduce:
- import vector map to current mapset
- create new mapset from menu (Settings -> GRASS working environment -> Create new mapset)
- open attribute table of imported map
Traceback (most recent call last): File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/lmgr/frame.py", line 2056, in OnShowAttributeTable selection=selection) File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/dbmgr/manager.py", line 127, in __init__ self.CreateDbMgrPage(parent=self, pageName='manageLayer') File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/dbmgr/base.py", line 818, in CreateDbMgrPage parent=parent, parentDbMgrBase=self) File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/dbmgr/base.py", line 2806, in __init__ parentDialog=self) File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/dbmgr/base.py", line 3047, in __init__ self.defaultTables = self._getTables(self.defaultConnect['driver'], KeyError: 'driver'
Change History (4)
comment:1 by , 6 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 6 years ago
Note:
See TracTickets
for help on using tickets.
In 73390: