Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5572 from signedav/valuerelationwidget
Value relation widget takes key again instead of value (in Attribute Form)

Fix #17261
  • Loading branch information
m-kuhn committed Nov 9, 2017
2 parents 1ff50fd + 2daae54 commit 032ca68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Expand Up @@ -66,7 +66,7 @@ QVariant QgsValueRelationWidgetWrapper::value() const
{
if ( item.value == mLineEdit->text() )
{
v = item.value;
v = item.key;
break;
}
}
Expand Down

0 comments on commit 032ca68

Please sign in to comment.