Skip to content

Commit b83b59d

Browse files
committed
Server: fix bug with multiple joins
1 parent 5d15a07 commit b83b59d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/server/qgsserverprojectparser.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1349,11 +1349,6 @@ void QgsServerProjectParser::addJoinLayersForElement( const QDomElement& layerEl
13491349
}
13501350

13511351
QDomNodeList joinNodeList = vectorJoinsElem.elementsByTagName( "join" );
1352-
if ( joinNodeList.size() > 1 )
1353-
{
1354-
return;
1355-
}
1356-
13571352
for ( int i = 0; i < joinNodeList.size(); ++i )
13581353
{
13591354
QString id = joinNodeList.at( i ).toElement().attribute( "joinLayerId" );

0 commit comments

Comments
 (0)