[GRASS-dev] [GRASS-trac] #15: Grass63 -wx gui menu item referes to incorrect function

#15: Grass63 -wx gui menu item referes to incorrect function
------------------------------+---------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: minor | Milestone: 6.3.0
Component: default | Version: svn-trunk
Keywords: v.in.ogr wxgrass |
------------------------------+---------------------------------------------
Grass63 -wx gui menu item refers to incorrect function. The current svn
Grass wxgrass gui menu item, File > Import Vector Map > Multiple formats
using OGR, refers to db.in.ogr. Should refer to v.in.ogr

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15&gt;
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/

#15: Grass63 -wx gui menu item referes to incorrect function
---------------------+------------------------------------------------------
  Reporter: brian | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: minor | Milestone: 6.3.0
Component: Python | Version: svn-trunk
Resolution: | Keywords: v.in.ogr wxgrass
---------------------+------------------------------------------------------
Changes (by neteler):

  * component: default => Python

Comment:

In my version it does point to v.in.ogr.

Also: gui_modules/menudata.py contains

{{{
               ("Import database table", (
                  ("Multiple import formats using OGR", "Import multiple
formats using OGR", "self.OnMenuCmd", "db.in.ogr"),
                  )),
}}}

and

{{{
[neteler@localhost wxpython]$ grep db.in.ogr */*
gui_modules/menudata.py: ("Multiple import formats using
OGR", "Import multiple formats using OGR", "self.OnMenuCmd", "db.in.ogr"),

}}}

Not sure why you get a different result.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15#comment:1&gt;
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/

#15: Grass63 -wx gui menu item referes to incorrect function
---------------------+------------------------------------------------------
  Reporter: brian | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: Python | Version: svn-trunk
Resolution: fixed | Keywords: v.in.ogr wxgrass
---------------------+------------------------------------------------------
Changes (by martinl):

  * priority: minor => major
  * status: new => closed
  * resolution: => fixed
  * milestone: 6.3.0 => 6.4.0

Comment:

Fixed now in trunk [29671].

Martin

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15#comment:2&gt;
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/