Vatsim-Scandinavia / events

Event Calendar Manager with API endpoints
GNU General Public License v3.0
0 stars 0 forks source link

Updating existing event removes the image #9

Open Atriusftw opened 9 hours ago

Atriusftw commented 9 hours ago

To reproduce:

  1. Edit an existing event that has a banner image.
  2. Optionally make any changes, do not touch the image field.
  3. Save
  4. Open the event again, now without an image.

It seems like the form is saved in the literal state it is at when editing. Since we are not uploading a new image, it'll remove the existing one because the value is blank in that field.