Skip to content

Commit

Permalink
Allow expressions with geometry on value relation widget
Browse files Browse the repository at this point in the history
Fix #10900
  • Loading branch information
m-kuhn committed Jul 24, 2014
1 parent e6d3c0b commit ae19eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsvaluerelationwidget.cpp
Expand Up @@ -183,7 +183,7 @@ QgsValueRelationWidget::ValueRelationCache QgsValueRelationWidget::createCache(
if ( e )
{
if ( e->needsGeometry() )
flags |= QgsFeatureRequest::NoGeometry;
flags = QgsFeatureRequest::NoFlags;

Q_FOREACH( const QString& field, e->referencedColumns() )
{
Expand Down

0 comments on commit ae19eef

Please sign in to comment.