Skip to content

Fix for missing parameter in ForumRestController

Christian Wansart requested to merge fix-for-missing-parameter into master

Closes none

What does this MR do?

It fixes the function call for createThread of the ForumService in the ForumRestController.

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

I tested it via Postman using the CSRF_TOKEN=__TESTTOKEN__ and disabling the "has the rights to post to this thread" checks. The checks work since I could not get past them without disabling them.

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))
Edited by Chris Oelmueller

Merge request reports