-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
album title changes resets when selecting users #15198
Comments
I can't work out how to reproduce this, can you share a screen recording? |
I was trying to reproduce on web before, which is why I didn't manage. I suspect this is related to focus handling in https://github.com/immich-app/immich/blob/main/mobile/lib/widgets/album/album_viewer_editable_title.dart, but I'm not familiar enough with flutter to immediately see why. |
Would like to work on this issue. |
Go for it, thank you! |
The issue occurs because Fix:
PR Process?I forked from |
The bug
changes made to an album title (old or create new) are not reflected once the select users has been completed
The OS that Immich Server is running on
Docker
Version of Immich Server
1.24
Version of Immich Mobile App
1.124.0 build 187
Platform with the issue
Your docker-compose.yml content
Default
Your .env content
Reproduction steps
Select photos, click create new album, enter a new album title, click add users, select a user and go back..
Now the title is reset
This is the same for editing an album.
any changes made to the title are not reflected when selecting users
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: