Skip to content
Permalink
Browse files
Allow expressions with geometry on value relation widget
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.
@@ -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() )
{

0 comments on commit ae19eef

Please sign in to comment.