Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[processing] Fix feature iteration against a model #60194

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nirvn
Copy link
Contributor

@nirvn nirvn commented Jan 21, 2025

Description

This PR fixes processing algorithm feature iteration against a model.

Fixes #60131.

@nirvn nirvn added Processing Relating to QGIS Processing framework or individual Processing algorithms backport release-3_40 labels Jan 21, 2025
@github-actions github-actions bot added this to the 3.42.0 milestone Jan 21, 2025
/**
* Clears model results previously populated when the context was used to run a model algorithm.
*
* \since QGIS 3.42
Copy link
Contributor

@agiudiceandrea agiudiceandrea Jan 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the PR must be backported to release-3_40 branch, shouldn't this method be tagged as "since QGIS 3.40" or will it be adapted somehow for QGIS 3.40 in the backporting PR?

Copy link

github-actions bot commented Jan 21, 2025

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit 826ccf6)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit 826ccf6)

@nirvn nirvn changed the title [processing] Fix feature iteration against a model (fixes #60131) [processing] Fix feature iteration against a model Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-3_40 Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modeler - Feature iteration does not work
2 participants