-
Bug
-
Resolution: Done
-
Major
-
None
-
1.8.0
-
None
-
RHDH F&UI plugins 3280
-
Important
Description of problem:
"My profile" menu link item not showing in profileDropdown after i18n implementation.
Cause:
// current code const isMyProfile = title === 'profile.myProfile'; // doesn't work anymore // previous working version without i18n const isMyProfile = title.toLowerCase() === 'my profile';
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Login to RHDH with the main branch exported global-header plugin.
Actual results:
"My profile" menu link is not showing.
Expected results:
"My profile" menu link should be displayed in profileDropdown.