Is there a way to default to Site Home instead of the dashboard?

Re: Is there a way to default to Site Home instead of the dashboard?

by Grayson Bartlet -
Number of replies: 0
Hi Isabel,

Thanks, but we didn't want to actually DISABLE the dashboard, just make it so it wasn't the one shown by default.

For anyone else interested, you can do this by modifying src/core/courses/pages/dashboard/dashboard.ts. Find the line that says:
this.firstSelectedTab = displaySiteHome ? 0 : 1;
and change it to
this.firstSelectedTab = 0;
Average of ratings: Useful (2)