Skip to content

Commit

Permalink
[WFS] Create wfs connection list correctly
Browse files Browse the repository at this point in the history
Fix #57737
  • Loading branch information
pathmapper committed Jun 12, 2024
1 parent 614ebf5 commit 6fd7e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmanageconnectionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ void QgsManageConnectionsDialog::loadWfsConnections( const QDomDocument &doc, co
}

QString connectionName;
QStringList keys = QgsOwsConnection::sTreeOwsConnections->items( {QStringLiteral( "geonode" ) } );
QStringList keys = QgsOwsConnection::sTreeOwsConnections->items( {QStringLiteral( "wfs" ) } );

QDomElement child = root.firstChildElement();
bool prompt = true;
Expand Down

0 comments on commit 6fd7e0a

Please sign in to comment.