Re: [GRASS-dev] [GRASS GIS] #1735: WXGUI attribute table manager doesn't meet with 1 normal form

2019-04-28 Thread GRASS GIS
#1735: WXGUI attribute table manager doesn't meet with 1 normal form
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.6.2
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by martinl):

 * milestone:  7.2.4 => 7.6.2


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1735: WXGUI attribute table manager doesn't meet with 1 normal form

2017-02-20 Thread GRASS GIS
#1735: WXGUI attribute table manager doesn't meet with 1 normal form
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  7.2.1
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-
Changes (by mlennert):

 * milestone:  6.4.6 => 7.2.1


--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1735: WXGUI attribute table manager doesn't meet with 1 normal form

2017-02-20 Thread GRASS GIS
#1735: WXGUI attribute table manager doesn't meet with 1 normal form
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  6.4.6
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by mlennert):

 AFAICT, the problem comes from the fact that both
 
[https://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/dbmgr/base.py#L390
 GetSelectedItems()] and
 
[https://trac.osgeo.org/grass/browser/grass/trunk/gui/wxpython/dbmgr/base.py#L400
 GetItems()] call GetItemText which in the wxpython < Phoenix returns the
 first column. In Phoenix it apparently takes an argument col= which allows
 to chose a specific column by index.

 Probably, the solution would be to rewrite GetSelectedItems and GetItems
 to get the entire data row and then select the relevant column...

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1735: WXGUI attribute table manager doesn't meet with 1 normal form

2017-02-20 Thread GRASS GIS
#1735: WXGUI attribute table manager doesn't meet with 1 normal form
--+-
  Reporter:  marisn   |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  normal   |  Milestone:  6.4.6
 Component:  wxGUI|Version:  svn-trunk
Resolution:   |   Keywords:
   CPU:  Unspecified  |   Platform:  Unspecified
--+-

Comment (by marisn):

 It is still an issue with 7.2: #3291

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #1735: WXGUI attribute table manager doesn't meet with 1 normal form

2012-09-18 Thread GRASS GIS
#1735: WXGUI attribute table manager doesn't meet with 1 normal form
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:   
Component:  wxGUI| Version:  svn-trunk
 Keywords:   |Platform:  Unspecified  
  Cpu:  Unspecified  |  
-+--
 WXGUI attribute table manager expects CAT column to be first one. (There's
 no left-to-right ordering to the columns.) If CAT is not the first column,
 zoom to feature functionality fails. Other functionality involving
 selected rows was not tested.

 {{{
 Traceback (most recent call last):
   File /home/maris/soft/grass_trunk/dist.x86_64-unknown-
 linux-gnu/etc/gui/wxpython/dbmgr/base.py, line 1682, in
 OnDataDrawSelectedZoom

 self._drawSelected(zoom = True)
   File /home/maris/soft/grass_trunk/dist.x86_64-unknown-
 linux-gnu/etc/gui/wxpython/dbmgr/base.py, line 1554, in
 _drawSelected

 cats = map(int, tlist.GetSelectedItems())
 ValueError
 :
 invalid literal for int() with base 10: '-0.3588002'
 }}}
 Here -0.XXX' is value of a first column displayed in attribute manager.
 Database connection points to CAT column displayed as a second column.

-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/1735
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1735: WXGUI attribute table manager doesn't meet with 1 normal form

2012-09-18 Thread GRASS GIS
#1735: WXGUI attribute table manager doesn't meet with 1 normal form
-+--
 Reporter:  marisn   |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  normal   |   Milestone:  6.4.4
Component:  wxGUI| Version:  svn-trunk
 Keywords:   |Platform:  Unspecified  
  Cpu:  Unspecified  |  
-+--
Changes (by martinl):

  * milestone:  = 6.4.4


-- 
Ticket URL: http://trac.osgeo.org/grass/ticket/1735#comment:1
GRASS GIS http://grass.osgeo.org

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev