Closed
Bug 1179039
Opened 10 years ago
Closed 10 years ago
Foodspotting web site shows "Oh nos! There's no food here."
Categories
(Websites :: Adaptive Search, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nhirata, Assigned: clouserw)
Details
Attachments
(1 file)
|
172.82 KB,
image/png
|
Details |
1. point to the stage server
2. add Photography collection group
3. select Photography collection
4. launch Foodspotting
Expected: mobile foodspotting
Actual: Oh nos! There's no food here.
stage : 5fcd890da4a2acf345a7a2f1d15fcd974febe452
| Assignee | ||
Comment 1•10 years ago
|
||
It looks like they changed their website structure. The front page has the old functionality (it redirects there automatically) so I pointed to that. The change is in https://github.com/mozilla/everything.me/commit/04e4f485bc6e4cecdd10d015011e57ef879baa8a
This was across 118 files so I did it with sed:
> grep -rl "foodspotting.com/find/in/\"" data | xargs sed -i s@foodspotting.com/find/in/"@foodspotting.com/"@g
There is a chance that regex got out of hand and did some things it shouldn't have...but hopefully not.
Assignee: nobody → wclouser
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•