In a multisite setup, site A might be example.com/site-a and site B might be example.com/site-b. Since the links in the body of the settings page are relative to the root, they don't include the site portion of the path and therefore don't work.

A workaround is to ignore the links and use the tabs at the top.

A patch is incoming. The patch assumes that the list pages are always nested directly underneath the settings page, and that the settings page is the only page that shows the links. If this is not the case, then the links should be updated to use Drupal's internal method for generating links.

CommentFileSizeAuthor
#2 fix_links-3067400-2.patch743 byteskpaxman

Comments

kpaxman created an issue. See original summary.

kpaxman’s picture

Status: Active » Needs review
StatusFileSize
new743 bytes

Patch attached.

karens’s picture

Project: Block Blacklist » Block List Override
Version: 8.x-1.x-dev » 1.0.x-dev

I am deprecating the Block Blacklist module and moving the code to a new one, https://www.drupal.org/project/block_list_override. See #3153430: Consider changing module's name to Block Deny List for the rational.

I'm moving open issues to that project.

  • KarenS committed 32be22e on 1.0.x authored by kpaxman
    Issue #3067400 by kpaxman: Links in body of settings page don't work...
karens’s picture

Status: Needs review » Fixed

This seems to work fine. Thanks!

Status: Fixed » Closed (fixed)

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