Skip to content

#355 fix 403 when posting to wall

Jano requested to merge 355_fix_403_when_posting_to_wall into master

Closes #355 (closed)

What does this MR do?

This merge request hotfixes #355 (closed) by always allowing wallposts if the permission logic for the board is not implemented. Also, it fixes a wrong array call in the permission logic for the event wall.

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

Pretty much very.

Links to related issues

This is related to #352 (closed), because if the permission logic would be implemented completely, this hotfix would not be necessary.

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