Restore base profile URL behavior

- Add new profile-specific route
This commit is contained in:
Hypolite Petovan 2020-01-26 09:54:21 -05:00
parent f2d917114f
commit 46c4bfe580
4 changed files with 312 additions and 284 deletions

View file

@ -31,7 +31,7 @@ class BaseProfile extends BaseModule
$tabs = [
[
'label' => DI::l10n()->t('Profile'),
'url' => $baseProfileUrl,
'url' => $baseProfileUrl . '/profile',
'sel' => $current == 'profile' ? 'active' : '',
'title' => DI::l10n()->t('Profile Details'),
'id' => 'profile-tab',