topcoder-platform / navigation-component

3 stars 22 forks source link

Add support for custom link on navi menu logo #177

Closed kkartunov closed 4 years ago

kkartunov commented 4 years ago

Scope: As per title

Example1: on https://community-app.topcoder.com/__community__/tco21 clicking on the logo should be navigating users to the TCO21 home page instead of /my-dashboard

Example2: on https://tco20.topcoder.com (test with logged user) clicking on the logo should be navigating users to the TCO20 home page instead of /my-dashboard

SathyaJayabal commented 4 years ago

@kkartunov

tco21 site (https://community-app.topcoder-dev.com/__community__/tco21) Logged in user - Redirects to TCO21 home as expected Logged out user - Redirects to TCO21 home as expected

TC Community Site (https://community-app.topcoder-dev.com/challenges) Logged in user - redirects to my Dashboard - as expected Logged out user - redirects to topcoder homepage, as expected

tco20 site (https://community-app.topcoder-dev.com/__community__/tco20/) Does not work as expected Logged in user - redirects to topcoder homepage, must redirect to tco20 home Logged out user - redirects to topcoder homepage, must redirect to tco20 home

logo_custom link.mov.zip

kkartunov commented 4 years ago

@SathyaJayabal thanks. For tco20 site (https://community-app.topcoder-dev.com/__community__/tco20/) please try now. It was not configured from Contentful side. I fixed it

SathyaJayabal commented 4 years ago

@kkartunov , tco20 site is good now. Tco19 site is also good. tco20.mov.zip

kkartunov commented 4 years ago

@SathyaJayabal good to close this one now. Thanks.