Skip to content

Commit

Permalink
Processing - Fix the default value the HTTP method
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and nyalldawson committed Oct 6, 2021
1 parent 8bad9e0 commit 19f4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmfiledownloader.cpp
Expand Up @@ -74,7 +74,7 @@ void QgsFileDownloaderAlgorithm::initAlgorithm( const QVariantMap & )
<< QObject::tr( "GET" )
<< QObject::tr( "POST" ),
false,
QStringLiteral( "GET" )
0
);
methodParam->setHelp( QObject::tr( "The HTTP method to use for the request" ) );
methodParam->setFlags( methodParam->flags() | QgsProcessingParameterDefinition::FlagAdvanced );
Expand Down

0 comments on commit 19f4d89

Please sign in to comment.