Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 17, 2020
1 parent 8ed98f6 commit 1f4d9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/landingpage/qgslandingpageutils.cpp
Expand Up @@ -456,7 +456,7 @@ json QgsLandingPageUtils::projectInfo( const QString &projectUri )
const QgsFields &cFields { vl->fields() };
for ( const QgsField &field : cFields )
{
if ( !field.configurationFlags().testFlag( QgsField::ConfigurationFlag::ExposeViaWfs ) )
if ( field.configurationFlags().testFlag( QgsField::ConfigurationFlag::HideFromWfs ) )
{
++fieldIdx;
continue;
Expand Down

0 comments on commit 1f4d9ea

Please sign in to comment.