Describe the bug
Is not possible choose the name of attribute column from the wxGUI select widget of db.dropcolumn module.
To reproduce
- Launch db.dropcolumn module with UI
db.dropcolumn --ui
- Choose some vector table name e.g. firestations from the wxGUI select widget
- Choose name of attribute column from the wxGUI select widget
- 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