Skip to content

Commit dd92114

Browse files
authored
Merge pull request #77 from topcoder-platform/issues-508
Issues-508:Updated Profile Settings link
2 parents 379dc1f + afa0583 commit dd92114

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Topcoder/views/modules/topcoderme.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
// $dropdown->addLinkIf(hasViewProfile(Gdn::session()->UserID), t('View Profile'), '/profile', 'profile.view', '', [], $editModifiers);
109109

110110
$preferencesModifiers['listItemCssClasses'] = ['MeButtonMenuItem', 'MeButtonSettingsItem'];
111-
$dropdown->addLinkIf(hasEditProfile(Gdn::session()->UserID), 'Settings', '/profile/preferences', 'profile.preferences', '', [], $preferencesModifiers);
111+
// $dropdown->addLinkIf(hasEditProfile(Gdn::session()->UserID), 'Settings', '/profile/preferences', 'profile.preferences', '', [], $preferencesModifiers);
112+
$dropdown->addLink('Settings', 'https://www.topcoder.com/settings/profile', 'profile.preferences', '', [], $preferencesModifiers);
112113

113114
// $applicantModifiers = $ApplicantCount > 0 ? ['badge' => $ApplicantCount] : [];
114115
// $applicantModifiers['listItemCssClasses'] = ['link-applicants'];

0 commit comments

Comments
 (0)