Skip to content
New issue

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

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

Already on GitHub? # to your account

delete old tiled scene connection when renaming (fix #57570) #60321

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

alexbruy
Copy link
Contributor

Description

When editing a tiled scene connection and changing connection name don't create a new connection. Instead remove old connection and save changed one. This is how we handle all other connections.

Fixes #57570.

@alexbruy alexbruy added Tiled Scene Related to tiled scene layers backport release-3_40 labels Jan 28, 2025
@alexbruy alexbruy requested a review from nyalldawson January 28, 2025 11:36
@github-actions github-actions bot added this to the 3.42.0 milestone Jan 28, 2025
Copy link

github-actions bot commented Jan 28, 2025

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit 5fe8374)

🪟 Windows builds

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

@alexbruy alexbruy force-pushed the tiled-scene-connection-editing branch from ee41624 to 5fe8374 Compare January 28, 2025 13:34
@nyalldawson nyalldawson merged commit 57c19e6 into qgis:master Jan 28, 2025
30 checks passed
@alexbruy alexbruy deleted the tiled-scene-connection-editing branch January 29, 2025 07:42
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
backport release-3_40 Tiled Scene Related to tiled scene layers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When editing a Scene connection a new Scene connection is created instead
2 participants