Skip to content

Commit

Permalink
fix remove/rename Arcgis connections in browser
Browse files Browse the repository at this point in the history
fixes #54718
fixes #53321
  • Loading branch information
3nids committed Sep 25, 2023
1 parent aad0381 commit bfe726b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ void QgsArcGisRestDataItemGuiProvider::deleteConnection( QgsDataItem *item )
QMessageBox::Yes | QMessageBox::No, QMessageBox::No ) != QMessageBox::Yes )
return;

QgsOwsConnection::deleteConnection( QStringLiteral( "arcgisfeatureserver" ), item->name() );
QgsArcGisConnectionSettings::sTreeConnectionArcgis->deleteItem( item->name() );

// the parent should be updated
if ( item->parent() )
Expand Down

0 comments on commit bfe726b

Please sign in to comment.