Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Backport release-3_18] fix open form button not always enabled in re…
…lation reference widget (#42319) * fix open form button not always enabled in relation reference widget (#42144) * fix open form button not always enabled in relation reference widget when the underlying model has more feature than what the model fetches by default (100), the feature is not fetched yet when the combobox has its index changed the new signal allows to be aware when the feature is ready to be used * remove leftover Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
- Loading branch information
Showing
with
42 additions
and 4 deletions.
- +9 −0 python/core/auto_generated/qgsfeaturepickermodelbase.sip.in
- +7 −0 python/gui/auto_generated/qgsfeaturelistcombobox.sip.in
- +7 −0 src/core/qgsfeaturepickermodelbase.cpp
- +8 −0 src/core/qgsfeaturepickermodelbase.h
- +2 −3 src/gui/editorwidgets/qgsrelationreferencewidget.cpp
- +1 −1 src/gui/editorwidgets/qgsrelationreferencewidget.h
- +2 −0 src/gui/qgsfeaturelistcombobox.cpp
- +6 −0 src/gui/qgsfeaturelistcombobox.h