cozy / cozy-photos-v2

Deprecated - New : https://github.com/cozy/cozy-drive/tree/master/src/photos - Personal Photo Gallery Manager
http://cozy.io
GNU Affero General Public License v3.0
27 stars 25 forks source link

Fix date on photos #230

Closed MonsieurLanza closed 7 years ago

MonsieurLanza commented 7 years ago

I was surprised to see no date field in couchdb for the photo model, as there should be one. It was looking for 'dateTime' exif metadata field in photo controller, while in the metadata helper it is 'date'.

This fixes it. And TADA ! Here is my date db field ^^

No test as for now, I need to fully understand how to run them before.

nono commented 7 years ago

Thanks for the debugging!