Closed Aldaviva closed 11 years ago
Actual steps
<img src="missing_photo.jpg"/>
from before upload, so Editor.onPhotoUploadSuccess fails to update srcTypeError: Cannot convert 'model.views.mapIcon' to object
from Map.js:139: var activeEl = model.views.mapIcon.el;
Proposed resolution
Must upload model before photo because the photo upload depends on the model's server-generated ID.
New plan to fix missing photo being displayed
change:photo
ListPane:PersonRow
and Map:PersonIcon
are responsibly for listening for this event and rerendering with the correct image (may be tricky because of the max-age
header we just added).
Steps to reproduce
Expected result
Actual result