If you click back and forth several times between the different tabs of recent activity, you'll end up with a url like this: https://dashboard.wikiedu.org/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-edits
The functionality works, but the url won't work if loaded in a new tab/window. Probably this regression probably showed up when we upgraded to React Router 2.0. Likely easy to fix by changing the Link elements in recent_activity_handler.cjsx.
Start here: https://dashboard.wikiedu.org/recent-activity
If you click back and forth several times between the different tabs of recent activity, you'll end up with a url like this:
https://dashboard.wikiedu.org/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-activity/recent-edits
The functionality works, but the url won't work if loaded in a new tab/window. Probably this regression probably showed up when we upgraded to React Router 2.0. Likely easy to fix by changing the
Link
elements inrecent_activity_handler.cjsx
.