skoro/yii2-admin-template

Fix user links in UserHelper

Closed this issue · 1 comments

skoro commented

When accessing such links from a module they faild with 404.

    public static function getProfileUrl(User $user, array $params = [])
    {
        return array_merge(['user/profile', 'id' => $user->id], $params);
    }
skoro commented

Fixed.