Skip to content

Return images attached to wall posts in rest controller

David requested to merge wall-post-gallery into master

What does this MR do?

Currently, the pictures field in the WallRestController is hard coded to null. With this change the attached images are returned.

How confident are you it won't break things if deployed?

Works locally, but I am not sure why it was set to null in the first place.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports