[PR #13735] [CLOSED] fix: remove archived images from people page #14048

Closed
opened 2026-02-05 15:25:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/13735
Author: @Pranay-Pandey
Created: 10/25/2024
Status: Closed

Base: mainHead: fix-archived-image-show


📝 Commits (1)

  • 34e0b33 fix: remove archived images from people page

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 web/src/routes/(user)/people/[personId]/[[photos=photos]]/[[assetId=id]]/+page.svelte (+1 -1)

📄 Description

fixes: #12463

Overview

This PR addresses a bug where archived images were still appearing in the person page, leading to confusion for users.

Changes Made:

Add isArchived: false parameter in updateOptions to populate images in person page


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/13735 **Author:** [@Pranay-Pandey](https://github.com/Pranay-Pandey) **Created:** 10/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-archived-image-show` --- ### 📝 Commits (1) - [`34e0b33`](https://github.com/immich-app/immich/commit/34e0b33a7ed51b6dfe16d63c81a1cafb39d769ff) fix: remove archived images from people page ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `web/src/routes/(user)/people/[personId]/[[photos=photos]]/[[assetId=id]]/+page.svelte` (+1 -1) </details> ### 📄 Description fixes: #12463 ## Overview This PR addresses a bug where archived images were still appearing in the person page, leading to confusion for users. ## Changes Made: Add `isArchived: false` parameter in updateOptions to populate images in person page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:25:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#14048