Skip to content

Better error message/handling when a forum thread gets removed

Matthias Larisch requested to merge fix-forum-thread-not-existing-error into master

When a forum post is deleted it can potentially remove the thread.

Currently, the auth check returns 403 for non-existand threads, make it return 404 instead. To come is properly parsing this in the frontend.

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))
Edited by Matthias Larisch

Merge request reports