Fixed Bookmark label filter 404s when friendly URLs are disabled

Jake B.

Well-known member
Affected version
2.1.6
js/xf/core/action.js line 1,732:

XF.ajax('get', XF.canonicalizeUrl('account/bookmarks-popup'), { label: label }, function(data)

should be

XF.ajax('get', XF.canonicalizeUrl('index.php?account/bookmarks-popup'), { label: label }, function(data)
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.7).

Change log:
Ensure correct URL is used in the bookmark label filter when friendly URLs are not enabled.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom