mirror of https://github.com/gmbrax/Pilgrim.git
Compare commits
3 Commits
6ef0b3f6b3
...
d50f15f09f
| Author | SHA1 | Date |
|---|---|---|
|
|
d50f15f09f | |
|
|
18ff157eb7 | |
|
|
a9d39f415a |
|
|
@ -611,7 +611,8 @@ class EditEntryScreen(Screen):
|
||||||
addition_date=original_photo.addition_date,
|
addition_date=original_photo.addition_date,
|
||||||
caption=photo_data["caption"],
|
caption=photo_data["caption"],
|
||||||
entries=original_photo.entries if original_photo.entries is not None else [],
|
entries=original_photo.entries if original_photo.entries is not None else [],
|
||||||
id=original_photo.id
|
id=original_photo.id,
|
||||||
|
photo_hash=original_photo.photo_hash,
|
||||||
)
|
)
|
||||||
|
|
||||||
result = photo_service.update(original_photo, updated_photo)
|
result = photo_service.update(original_photo, updated_photo)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue