Assembla home | Assembla project page
 

Ticket #165 (closed Bug Report: fixed)

Opened 2 months ago

Last modified 2 months ago

Duplicate Photo Album issue

Reported by: Pernod Assigned to:
Priority: Medium Milestone: 1.22
Component: Media Search Version: 1.21
Keywords: Cc:

Description

After renaming a photo album (directory name) - browse by album will list both the old and new album name. This appears to be the case when the album name is "extended" as in the following scenario:

- Create a new album named "2008.08.01-" with some photos - Search for new media to populate the database - Add new batch of photos to above album - Rename album to "2008.08.01-2008.08.31" - Search for new media

The browse by album listing will now include both names even if the cleanup option is checked when searching for new media.

Change History

10/06/08 21:37:59 changed by Pernod

  • status changed from new to closed.
  • resolution set to fixed.

(In [1100]) Fix for duplicate photo albums. The problem was the dirname of a photo album did not have a trailing slash. This meant that if an album name (dirname) was extended then it was still being recognised as valid during the database cleanup.

Fixes #165