Bug report #21055

Do not allow file input for tables or vctor layers if there are dependent fields

Added by Victor Olaya over 5 years ago. Updated about 5 years ago.

Status:Closed
Priority:High
Assignee:Victor Olaya
Category:Processing/GUI
Affected QGIS version:3.4.0 Regression?:Yes
Operating System: Easy fix?:Yes
Pull Request or Patch supplied:No Resolution:fixed/implemented
Crashes QGIS or corrupts data:No Copied to github as #:28873

Description

The fields are populated with the field names from the selected layer or table. But if a file path is used, since the layer or table is not loaded, the fields are not populated, and cannot be selected.

Solutions:

1) allow typing the field names in this case, not selecting from combobox
2) reading the selected file if possible and populate the combo boxes
3) do not allow files to be selected in this situation, only loaded layers or tables

up to qgis 2.18, 3) was the way this was implemented

Setting this as high priority, since it was ok in QGIS 2.x

Associated revisions

Revision f2044528
Added by Victor Olaya over 5 years ago

[processing] hide 'select file' button for vector layers when there are dependent params

fixes #21055

History

#1 Updated by Nyall Dawson over 5 years ago

  • Status changed from Open to Feedback

Can you elaborate? It works ok for me. If a file path is selected the layer is transparently loaded in the background and used to populate the fields list.

#2 Updated by Victor Olaya over 5 years ago

  • % Done changed from 0 to 100
  • Status changed from Feedback to Closed

#3 Updated by Victor Olaya about 5 years ago

added a warning message when the backgorund layer cannot be loaded, which was the real problem here

https://github.com/qgis/QGIS/commit/6eaa511eed775ce36328a3e1465c32dfb82507aa

#4 Updated by Giovanni Manghi about 5 years ago

  • Resolution set to fixed/implemented

Also available in: Atom PDF