[digikam] [Bug 377249] New: Moving a photo to album in different collection deletes its folder

Robert V. bugzilla_noreply at kde.org
Sun Mar 5 17:51:06 GMT 2017


https://bugs.kde.org/show_bug.cgi?id=377249

            Bug ID: 377249
           Summary: Moving a photo to album in different collection
                    deletes its folder
           Product: digikam
           Version: 5.3.0
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: AlbumsView
          Assignee: digikam-devel at kde.org
          Reporter: digikam-bugs at reg.valik.sk
  Target Milestone: ---

As I started to use digikam on my notebook with limited disk space, I have
created more collections. One is local, the other one is on removable hard
drive. When I move a photo from local collection to an album on the collection
on the removable drive, it disappears. I use a MySQL DB backend. The album
referrence in DB becomes NULL.

Things to reproduce:
1. have a photo in an album in the local collection (if you search the photo in
DB now using something like SELECT * FROM `Images` WHERE `name` =
'photoname.jpg' - the album field will be filled with ID of the local album)
2. right click, Move to Album
3. select an album in the collection on the removable drive, OK

The photo is not in the original album anymore. And it is not in the target
album.

If I list contents of the target directory, I can clearly see that the image is
there.

If I run the query SELECT * FROM `Images` WHERE `name` = 'photoname.jpg' - the
album field is NULL

If I try to Refresh the target album, it finds no new photos, the target album
remains empty.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list