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:

  1. import vector map to current mapset
  2. create new mapset from menu (Settings -> GRASS working environment -> Create new mapset)
  3. 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 martinl, 6 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

comment:2 by martinl, 6 years ago

In 73390:

attribute table manager fails to start from new mapset, see #3658

comment:3 by martinl, 6 years ago

In 73391:

attribute table manager fails to start from new mapset, see #3658, merge r73390 from trunk

comment:4 by martinl, 6 years ago

Resolution: fixed
Status: assignedclosed

In 73392:

attribute table manager fails to start from new mapset, closes #3658, merge r73390 from trunk

Note: See TracTickets for help on using tickets.