mirror of https://github.com/gmbrax/Pilgrim.git
Compare commits
No commits in common. "18ff157eb797310956616183bdef35299d0a7c76" and "b14d775d87f0ad3af6e814ff8dae7c2e3ab597bc" have entirely different histories.
18ff157eb7
...
b14d775d87
|
|
@ -611,8 +611,7 @@ 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