Skip to content

Commit 47d04db

Browse files
mhugentnyalldawson
authored andcommittedMar 10, 2015
Server: fix bug with multiple joins
1 parent 7d515e2 commit 47d04db

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)
Please sign in to comment.