[PR #7520] fix(web): asset disappears from album after metadata edit #11667

Closed
opened 2026-02-05 14:43:45 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/immich-app/immich/pull/7520

State: closed
Merged: Yes


When you open an asset in an album, change some metadata and then go back, the asset disappears. In UpdatePanel the asset gets removed and re-added, but AssetStore.removeAsset fails to properly clean up references, causing AssetStore.addAsset to do nothing and the asset disappears.

Changes to resolve the issue:

  • Integrate AssetPanel into the asset store
  • Recalculate buckets when asset.fileCreatedAt changes
  • Clean up all references to deleted assets

Fixes #5948

**Original Pull Request:** https://github.com/immich-app/immich/pull/7520 **State:** closed **Merged:** Yes --- When you open an asset in an album, change some metadata and then go back, the asset disappears. In `UpdatePanel` the asset gets removed and re-added, but `AssetStore.removeAsset` fails to properly clean up references, causing `AssetStore.addAsset` to do nothing and the asset disappears. Changes to resolve the issue: - Integrate `AssetPanel` into the asset store - Recalculate buckets when `asset.fileCreatedAt` changes - Clean up all references to deleted assets Fixes #5948
OVERLORD added the pull-request label 2026-02-05 14:43:45 +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#11667