Skip to content

Commit

Permalink
Make "dataset groups" selection mandatory
Browse files Browse the repository at this point in the history
* Align with other mesh algorithms
* This is a mulselection widget. And if no selection is done, these algs currently always use the first dataset which may not be the active dataset, no the one user wants to export.
  • Loading branch information
DelazJ authored and nyalldawson committed Feb 8, 2022
1 parent 598caae commit f6a4ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmexportmesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void QgsExportMeshOnElement::initAlgorithm( const QVariantMap &configuration )
QStringLiteral( "DATASET_GROUPS" ),
QObject::tr( "Dataset groups" ),
QStringLiteral( "INPUT" ),
supportedDataType(), true ) );
supportedDataType() ) );

addParameter( new QgsProcessingParameterMeshDatasetTime(
QStringLiteral( "DATASET_TIME" ),
Expand Down

0 comments on commit f6a4ecf

Please sign in to comment.