Currently, the image widget has the default image set to FID 45. This basically means, that whatever file on your site which has the FID 45 will end up being the default image for the image widget. :-) I'm sure this snuck in accidentally and no one noticed, but it's quite strange and surprising when it comes up.
We should not set a default image for the image widget!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | panopoly_widgets-default-image-2617618-3.patch | 1.06 KB | dsnopek |
Comments
Comment #2
dsnopekHere's the patch! Super simple, I just want to test it some more and think about the upgrade path.
Comment #3
dsnopekI did some testing with this. It looks like an upgrade path will be necessary, otherwise existing sites are stuck with the problem even if new sites are fixed. Here's a new patch for that!
I'll need to make sure that tests pass on Travis before committing.
EDIT: Here's the Travis build: https://travis-ci.org/panopoly/panopoly/builds/91706376
Comment #4
dsnopekAutomated tests pass! I'm going to commit this.