#263: wxgui: v.in.ascii's SQL column defintion text box is uneditable
----------------------+-----------------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords: v.in.ascii, SQL, columns
Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Comment (by epatton):
The following errors were printed to the terminal when I was using the
v.in.ascii wxpython gui:
{{{
Traceback (most recent call last):
File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/menuform.py",
line 1377, in OnDbColumn
p = self.task.get_param('layer')
File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/menuform.py",
line 202, in get_param
raise ValueError, _("Parameter not found: %s") % aParam
ValueError: Parameter not found: layer
}}}