Skip to content

Commit 1b699b0

Browse files
nirvnnyalldawson
authored andcommitted
[attribute form][ui] Remove the basic tab from the external storage's authentication widget
1 parent 6813fdb commit 1b699b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/editorwidgets/qgsexternalresourceconfigdlg.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ QgsExternalResourceConfigDlg::QgsExternalResourceConfigDlg( QgsVectorLayer *vl,
4343
{
4444
mStorageType->addItem( storage->displayName(), storage->type() );
4545
}
46-
46+
mAuthSettingsProtocol->removeBasicSettings();
4747
mExternalStorageGroupBox->setVisible( false );
4848

4949
initializeDataDefinedButton( mStorageUrlPropertyOverrideButton, QgsEditorWidgetWrapper::Property::StorageUrl );

0 commit comments

Comments
 (0)