https://bugs.kde.org/show_bug.cgi?id=446009
--- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit aeed954b09cbdb68a6844d2d7b47626f8009c9e4 by Dmitry Kazakov. Committed on 25/11/2021 at 14:31. Pushed by dkazakov into branch 'krita/5.0'. Fix deduplication of resources on import On importing resource we shouldn't just disable the copies. All the copies should be available in the database as active, until the user explicitly disables them. Though we should de-duplicate them based on their name-filename-md5 signature when listing them in the model. That can be easily done by simple adding "group by" to the query. Such solution both fixes legacy presets (bug 446009), and makes importing resources less embarrassing (bug 445367). Related: bug 445367 M +1 -28 libs/resources/KisResourceCacheDb.cpp M +3 -0 libs/resources/KisResourceModel.cpp https://invent.kde.org/graphics/krita/commit/aeed954b09cbdb68a6844d2d7b47626f8009c9e4 -- You are receiving this mail because: You are watching all bug changes.