| Summary: | After editing album metadata album list is not re-sorted | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Michal Sylwester <msylwester> |
| Component: | Albums-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | caulier.gilles, mohammed.ahmed.anwer |
| Priority: | NOR | ||
| Version First Reported In: | 4.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/digikam/e1017335168eac0daf92e4139d8b7211a916e6de | Version Fixed/Implemented In: | 4.1.0 |
| Sentry Crash Report: | |||
Mohamed, New entry from Michal, relevant of AlbumFilter implementation Gilles Caulier Git commit e1017335168eac0daf92e4139d8b7211a916e6de by Mohamed Anwer. Committed on 12/05/2014 at 23:20. Pushed by mohamedanwer into branch 'master'. M +6 -1 digikam/album/albummodificationhelper.cpp http://commits.kde.org/digikam/e1017335168eac0daf92e4139d8b7211a916e6de Mohamed, You can use also the commit macro "FIXED-IN: xxxx" to set version fixed tag in bugzilla automatically. We have switched to 4.1.0 now. 4.0.0 tarball is already done and will be published to KDE ftp soon... Gilles OK, That's nice :) Mohamed anwer |
When albums are sorted by metadata (by date or category) changes in this metadata are not immediately reflected in sort order. It is necessary to manually trigger re-sort in some way (ex. click on list header to reverse sort order twice). Reproducible: Always Steps to Reproduce: 1. Sort albums by metadata (category or date): view->sort albums->By {category|date} 2. Albums are sorted according to selected criteria 3. Change respective metadata of some album in a way that would change it's position Actual Results: No change in albums order Expected Results: Albums should be sorted after step 3. Workaround: click twice on the header (reversing sort order twice)