mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Check that all parameter's values pass the validity check, even if not returned as QgsProcessingModelChildParameterSource. In case of list, tests that it is really a QgsProcessingModelChildParameterSource list, and create a QgsProcessingModelChildParameterSource from the list if it is not the case (useful for custom parameters that return lists as ParameterFieldsMapping).