Skip to content

Disable error message for empty pickup lists

Related to #633 (closed) nr 24)

What does this MR do?

Due to empty pickup lists we get error messages in sentry. To prevent that this adds another parameter to the vueApply function which throws the exception. It does not change the default behavior, but will interrupt the execution of the function without throwing an exception when the new parameter it set to true.

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

Default behavior remains.

Links to related issues

related pages when running locally

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))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Chris Oelmueller

Merge request reports