From 08750a351822855ad26fb6252397050a1ebec13e Mon Sep 17 00:00:00 2001 From: Tomas Mizera Date: Mon, 2 Oct 2023 15:13:40 +0200 Subject: [PATCH] Fix deprecated parameter injection --- app/qml/editor/inputvaluerelationcombobox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/qml/editor/inputvaluerelationcombobox.qml b/app/qml/editor/inputvaluerelationcombobox.qml index 982934dc2..b56902b16 100644 --- a/app/qml/editor/inputvaluerelationcombobox.qml +++ b/app/qml/editor/inputvaluerelationcombobox.qml @@ -70,7 +70,7 @@ AbstractEditor { root.editorValueChanged( "", true ) } - onFetchingResultsChanged: { + onFetchingResultsChanged: function(isFetching) { if ( !isFetching ) { // we need to re-set the current index every time the model is done re-populating