#5567 - "Take latest thumbnails as rep-images" setting should use content add date
| Identifier | #5567 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | "Take latest thumbnails as rep-images" setting should use content add date |
| Status | Completed |
| Handling member | PDStig |
| Version | 10.0.44 |
| Addon | galleries |
| Description | It seems to pick the latest uploaded thumbnail to display, even if the content for said thumbnail is older than more recent items in the gallery. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
Take latest thumbnails as rep-images was using id to sort rather than add_date (which can be controlled in the metadata settings). This hotfix fixes the issue.