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

correctly handle "Save only selected features" option in Package layers alg (fix #50400) #53390

Merged
merged 1 commit into from Jun 7, 2023
Merged

correctly handle "Save only selected features" option in Package layers alg (fix #50400) #53390

merged 1 commit into from Jun 7, 2023

Conversation

alexbruy
Copy link
Contributor

@alexbruy alexbruy commented Jun 7, 2023

Description

Package layers algorithm handles "Save only selected features" option in a confusing way: if layer does not have selected features, all layer features will be saved while user expects that an empty layer will be created.

Fixes #50400.

@alexbruy alexbruy added Processing Relating to QGIS Processing framework or individual Processing algorithms Bug Either a bug report, or a bug fix. Let's hope for the latter! labels Jun 7, 2023
@github-actions github-actions bot added this to the 3.32.0 milestone Jun 7, 2023
@nyalldawson nyalldawson merged commit a7f78ec into qgis:master Jun 7, 2023
36 checks passed
@alexbruy alexbruy deleted the processing-package-layers-selected-features branch June 8, 2023 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package Layers Algorithm Not Honoring Save only selected features for Layers with no Selected Features
2 participants