Skip to content

[Bug] Is not possible choose the name of attribute column from the wxGUI select widget of db.dropcolumn module #6606

@tmszi

Description

@tmszi

Describe the bug

Is not possible choose the name of attribute column from the wxGUI select widget of db.dropcolumn module.

To reproduce

  1. Launch db.dropcolumn module with UI db.dropcolumn --ui
  2. Choose some vector table name e.g. firestations from the wxGUI select widget
  3. Choose name of attribute column from the wxGUI select widget
  4. See error
Traceback (most recent call last):
  File "/usr/lib64/grass85/gui/wxpython/gui_core/forms.py",
line 2716, in OnUpdateDialog
    fn(**kwargs)
    ~~^^^^^^^^^^
TypeError: ColumnSelect.InsertTableColumns() got an
unexpected keyword argument 'setDefaultValue'

Expected behavior

Choose the name of attribute column from the wxGUI select widget of db.dropcolumn module should work.

System description

  • Operating System: all
  • GRASS version: 8.5.0dev

Metadata

Metadata

Assignees

Labels

GUIwxGUI relatedbugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions