This might be duplicate, but I couldn't find an issue for this yet..

In a site with a basepath different from "/" the "Clear" link does not work.
The ajax URL refers to the menu item path without the basepatch prepended.

in user_activity/modules/shouts/shouts.js :

url: "/shout/clear",

I had to change it to :

url: Drupal.settings.basePath + "/shout/clear",

Comments

nils.destoop’s picture

Status: Needs review » Fixed

Code implemented

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.