In login_redirect.module starting on line 39:

      $variables['items'] = array(
        l(t('Enable the module'), 'admin/modules'),
        l(t('Configure the module'), 'admin/login_redirect/settings'),
        l(t('Enable the module'), 'admin/modules'),
        l(t('Configure the module'), 'admin/login_redirect/settings'),

should be:

    $variables['items'] = array(
        l(t('Enable the module'), 'admin/modules'),
        l(t('Configure the module'), 'admin/config/system/login_redirect'),

Comments

forestmars’s picture

patch.

forestmars’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new891 bytes
forestmars’s picture

Status: Patch (to be ported) » Needs review

(Setting to needs review.)

forestmars’s picture

forestmars’s picture

test bot?

Jeffrey C.’s picture

Thank you. Will review it as soon as possible then fix it.

Jeffrey C.’s picture

Hello,

For some reason the testbot is not working. Can you please make sure your patch works so later this month when I have time to look into this the time will be minimized? Thanks.

Status: Needs review » Needs work

The last submitted patch, login_redirect-fix_admin_settings-1788404-5.patch, failed testing.

forestmars’s picture

Ah, testbot is back. I'll reroll.

Jeffrey C.’s picture

Thanks. I'll make sure this bug gets fixed by this weekend.

Jeffrey C.’s picture

Title: settings page link broken » Settings Page Links Broken
Status: Needs work » Fixed

Fixed in the latest commit: 6ba48b7. Will make it a release. Thanks again for contributing!

Status: Fixed » Closed (fixed)

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

  • Commit 6ba48b7 on 7.x-1.x, 8.x-1.x by Jeffrey C.:
    Fixed the settings page broken problem [#1788404]