Summary: | tags search is broken after moving tags (invalid lft/rgt columns) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Kusi <kusi> |
Component: | Database-Mysql | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kusi, metzpinguin |
Priority: | NOR | ||
Version: | 5.6.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/74a0d267525c3bb670cf1ea95f87c27f50e7bb50 | Version Fixed In: | 5.8.0 |
Sentry Crash Report: |
Description
Kusi
2017-11-06 23:13:32 UTC
related with https://bugs.kde.org/show_bug.cgi?id=383326 Git commit 74ea34d9fa0247a91c341ee99e6f001caa8020c3 by Maik Qualmann. Committed on 10/11/2017 at 18:35. Pushed by mqualmann into branch 'master'. fix updating lft/rgt columns in the Tags table with MySQL Related: bug 383326 FIXED-IN: 5.8.0 M +0 -11 app/dragdrop/tagdragdrop.cpp M +26 -10 data/database/dbconfig.xml.cmake.in M +10 -12 libs/database/coredb/coredb.cpp M +0 -7 libs/database/coredb/coredb.h https://commits.kde.org/digikam/74ea34d9fa0247a91c341ee99e6f001caa8020c3 Currently, the update of the lft/rgt columns works correctly if only a single tag is moved. There is still a problem if moving a tag tree. Maik Git commit 74a0d267525c3bb670cf1ea95f87c27f50e7bb50 by Maik Qualmann. Committed on 19/11/2017 at 19:18. Pushed by mqualmann into branch 'master'. fix updating lft/rgt columns if moved a tag tree FIXED-IN: 5.8.0 M +2 -1 NEWS M +13 -10 data/database/dbconfig.xml.cmake.in M +1 -1 libs/database/coredb/coredb.cpp https://commits.kde.org/digikam/74a0d267525c3bb670cf1ea95f87c27f50e7bb50 |