Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 26, 2017
1 parent 035fc46 commit 51c5e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfeaturefiltermodel.cpp
Expand Up @@ -297,7 +297,7 @@ void QgsFeatureFilterModel::scheduledReload()
}
QSet<QString> attributes = request.filterExpression().referencedColumns();
attributes << mIdentifierField;
request.setSubsetOfAttributes( attributes );
request.setSubsetOfAttributes( attributes, mSourceLayer->fields() );
request.setFlags( QgsFeatureRequest::NoGeometry );

request.setLimit( 100 );
Expand Down

0 comments on commit 51c5e8a

Please sign in to comment.