[GRASS-dev] [GRASS GIS] #2257: Clicking on layer group in layer manager gives error

#2257: Clicking on layer group in layer manager gives error
----------------------------------+-----------------------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: lmgr, layers, groups | Platform: All
      Cpu: Unspecified |
----------------------------------+-----------------------------------------
1. Add a layer group to layer list (''Add group'' in ''Layer manager''
window)
  2. double click on the newly added (layer) group
  3. check error message in console

{{{
Traceback (most recent call last):
   File "/home/vasek/dev/grass/trunk_clang/dist.i686-pc-
linux-gnu/etc/gui/wxpython/lmgr/layertree.py", line 1227, in
OnActivateLayer

self.PropertiesDialog(layer)
   File "/home/vasek/dev/grass/trunk_clang/dist.i686-pc-
linux-gnu/etc/gui/wxpython/lmgr/layertree.py", line 1202, in
PropertiesDialog

cmd = [ltype2command[ltype]]
KeyError
:
'group'
}}}

I must confess that I actually don't know what is the right behavior and
how groups work in general. (If I would know I would probably create
feature request also for adding temporal dataset as a group to lmgr, by
the way).

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2257&gt;
GRASS GIS <http://grass.osgeo.org>

#2257: Clicking on layer group in layer manager gives error
-------------------------+--------------------------------------------------
  Reporter: wenzeslaus | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: minor | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: lmgr, layers, groups
  Platform: All | Cpu: Unspecified
-------------------------+--------------------------------------------------
Changes (by annakrat):

  * status: new => closed
  * resolution: => fixed

Comment:

Fixed as part of layertree fixes in r62752 and backported.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2257#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>