mirror of https://github.com/gmbrax/Pilgrim.git
				
				
				
			Compare commits
	
		
			1 Commits
		
	
	
		
			d50f15f09f
			...
			6ef0b3f6b3
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						6ef0b3f6b3 | 
| 
						 | 
					@ -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