https://bugs.kde.org/show_bug.cgi?id=439423
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/3f18671be | |4d2d773161776808cee776ade40 | |0254 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from Tiar <tamtamy.tym...@gmail.com> --- Git commit 3f18671be4d2d773161776808cee776ade400254 by Agata Cacko. Committed on 06/08/2021 at 14:03. Pushed by tymond into branch 'master'. Ask user on adding a tag with the same url in TagChooser Before this commit, if the user tried to create a new tag with the same url as an existing tag, it would undelete the deleted tag, which means the assigned resources would still be assigned. This commit instead asks the user what they want to achieve, and there are three options: * Replace (overwrite) - this will reset assigned resources * Undelete - this will cancel adding the tag and just undelete the existing, deleted tag with all the assigned resources it had before * Cancel - no operation This will be for both the tag tool button popup and for the right-click in the resource chooser (KisResourceItemContextMenu) because it uses the same code. CCMAIL:kde-i18n-...@kde.org M +39 -2 libs/resourcewidgets/KisTagChooserWidget.cpp M +8 -0 libs/resourcewidgets/KisTagChooserWidget.h https://invent.kde.org/graphics/krita/commit/3f18671be4d2d773161776808cee776ade400254 -- You are receiving this mail because: You are watching all bug changes.