Skip to content

FoodSharePoint.js: only initWall when it makes sense (fixes #1062)

Fridtjof requested to merge fix-ft-wallpost-exceptions into master

Closes #1062 (closed)

What does this MR do?

See #1062 (closed)

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

it won't, wallposts are only needed for sub=ft

Links to related issues

#1062 (closed)

How to test

Go to /?page=fairteiler&bid=1 and check in devtools that there is no longer a 500 error on /xhrapp.php

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • use "state:" labels to track this MR's state until it was beta tested
  • added an entry to CHANGELOG.md
  • add a short text that can be used in the release notes no users affected by the bug or its fix (maybe ever so slightly better performance because it's one less request for certain pages :P)
Edited by Fridtjof

Merge request reports