Skip to content

Fix bug in region page dynatree page

Nick Sellen requested to merge fix-region-dynatree-bug into master

#244 (closed)

What does this MR do?

The dynatree was unable to select certain regions.

This was because of a call to fetch instead of fetchAll. After fixing that there was a call to img in the frontend that was not available, so I exposed it for that page.

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

Very, should fix things!

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible... (hotfix!)
  • 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