-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagged images not showing up on location page #27
Comments
Whoops fixed try again, @cgansen |
It's definitely broken, but that's a bad example since there's nothing on Flickr tagged with "pcc-rogers-park-191" Here's a set of photos: http://www.flickr.com/photos/97286480@N07/tags/pcccanaryville38/ that definitely should show up on http://locations.weconnectchicago.org/location/canaryville-library-642-w-43rd-street, but no images show. Flickr: Location page: |
After a bit more investigation, this appears to be a caching issue. Changing an attribute of the location and saving it will bust the page cache, and force a refresh of the data, including the list of Flickr photos. |
"Changing an attribute of the location and saving it" means "updating the location page", ya? If so, we will note that for the canvassers. Plz close & comment if this is the case, sir. |
Yes. Sort of fixing the code, a valid work around is to:
That should bust the cache and force the images to be refetched from Flickr. |
Example:
This image: http://www.flickr.com/photos/97286480@N07/9128544556/
has this tag: pcc-rogers-park-191
which should make the picture show up here: http://locations.weconnectchicago.org/location/rogers-park-library-6907-n-clark-street
but it is not.
The text was updated successfully, but these errors were encountered: