mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
field) when the attribute form is opened. This is incredibly expensive, yet only required in a very very small corner case (field is from a joined layer without the upsert on edit capabilities). Refine logic to avoid the scan wherever we can. Fixes #41366 Fixes #36863