photo / frontend

The official @github repository of the Trovebox frontend software. A photo sharing and photo management web interface for data stored "in the cloud" (i.e. Amazon S3, Rackspace CloudFiles, Google Storage).
https://trovebox.com
Apache License 2.0
1.37k stars 244 forks source link

Photos in album fetched via API don't have proper albums value #1563

Closed nicnocquee closed 10 years ago

nicnocquee commented 10 years ago

Steps to reproduce:

  1. Create new album from the web.
  2. Add some existing photos to the newly created album.
  3. Fetch photos belong to the new album via v2/photos/list.json?page=0&pageSize=20&sortBy=dateUploaded%2Cdesc&returnSizes=320x320%2C640x640&album=album_id

Expected:

Photo objects should have the new album in the albums key.

Actual:

Fetched photos don't have the new album id in albums key.

jmathai commented 10 years ago

Confirmed. Related to #1437 and a duplicate of #1147. Thanks for bumping this issue...needs a fix.