mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-19 00:07:15 -04: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