Skip to content

Fix event editing: checkbox for date span does not stay checked

Closes #277 (closed)

What does this MR do?

When editing an event the end date-field is currently hidden by default - even if the event lasts longer than one day. This MR fixes this problem, the end date is now shown when editing an event that lasts multiple days.

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

Pretty sure, I only changed a few lines of code. I am not exactly sure if there would be a better solution to this problem, though.

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