Skip to content

Commit

Permalink
Disable QgsFieldsProperites save logic
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 29, 2017
1 parent f4cc870 commit 9356371
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgsfieldsproperties.cpp
Expand Up @@ -978,6 +978,8 @@ void QgsFieldsProperties::on_mEditorLayoutComboBox_currentIndexChanged( int inde


void QgsFieldsProperties::apply() void QgsFieldsProperties::apply()
{ {
// Disabled: we deal with the configuration in the new tabs
#if 0
QSet<QString> excludeAttributesWMS, excludeAttributesWFS; QSet<QString> excludeAttributesWMS, excludeAttributesWFS;


QgsEditFormConfig editFormConfig = mLayer->editFormConfig(); QgsEditFormConfig editFormConfig = mLayer->editFormConfig();
Expand Down Expand Up @@ -1071,6 +1073,7 @@ void QgsFieldsProperties::apply()
} }


mLayer->setEditFormConfig( editFormConfig ); mLayer->setEditFormConfig( editFormConfig );
#endif


} }
/* /*
Expand Down

0 comments on commit 9356371

Please sign in to comment.