Skip to content

Commit

Permalink
Server: fix bug with multiple joins
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent authored and nyalldawson committed Mar 10, 2015
1 parent 7d515e2 commit 47d04db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/server/qgsserverprojectparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1349,11 +1349,6 @@ void QgsServerProjectParser::addJoinLayersForElement( const QDomElement& layerEl
}

QDomNodeList joinNodeList = vectorJoinsElem.elementsByTagName( "join" );
if ( joinNodeList.size() > 1 )
{
return;
}

for ( int i = 0; i < joinNodeList.size(); ++i )
{
QString id = joinNodeList.at( i ).toElement().attribute( "joinLayerId" );
Expand Down

0 comments on commit 47d04db

Please sign in to comment.