From 9356371bc378ac92a9b45133c6eb24acaeaeecaf Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 29 Sep 2017 10:43:50 +0200 Subject: [PATCH] Disable QgsFieldsProperites save logic --- src/app/qgsfieldsproperties.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/qgsfieldsproperties.cpp b/src/app/qgsfieldsproperties.cpp index fff098e016ac..bc7e3d9a749a 100644 --- a/src/app/qgsfieldsproperties.cpp +++ b/src/app/qgsfieldsproperties.cpp @@ -978,6 +978,8 @@ void QgsFieldsProperties::on_mEditorLayoutComboBox_currentIndexChanged( int inde void QgsFieldsProperties::apply() { + // Disabled: we deal with the configuration in the new tabs +#if 0 QSet excludeAttributesWMS, excludeAttributesWFS; QgsEditFormConfig editFormConfig = mLayer->editFormConfig(); @@ -1071,6 +1073,7 @@ void QgsFieldsProperties::apply() } mLayer->setEditFormConfig( editFormConfig ); +#endif } /*