#490: problem with gui wx with module v.db.join
----------------------+-----------------------------------------------------
Reporter: dadedodo | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Keywords: | Platform: Linux
Cpu: x86-32 |
----------------------+-----------------------------------------------------
When I try to make a join between two different table I can choose the
first table, the column of this and the second table
The problem appear when I want open the columns'list of second table,
instead of this list the software show the list of first table.
I tried to make the same operation with tcltk gui and it work fine
Fixed in trunk (grass70) r38363. See also #671. Column comboboxes are
currently writable in devbr6 (grass65) and relbr64 (grass64), so at least
you can write column name by hand. This cannot be fixed without
backporting changes from trunk. It will be not done for relbr64 (quite
significant change in API) and probably also for devbr6.