File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
contentcuration/contentcuration/frontend Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7777 <VDivider />
7878 <p class =" mt-4 text-xs-center" >
7979 <KButton
80- href =" /channels"
80+ href =" /channels/#public "
8181 :text =" $tr('guestModeLink')"
8282 appearance =" basic-link"
8383 />
Original file line number Diff line number Diff line change 235235 },
236236 watch: {
237237 $route (route) {
238- if (this .loggedIn && route .name === RouteNames .CHANNELS_EDITABLE ) {
239- this .loadInvitationList ();
238+ if (route .name === RouteNames .CHANNELS_EDITABLE ) {
239+ this .loggedIn
240+ ? this .loadInvitationList ()
241+ : this .$router .replace ({ name: RouteNames .CATALOG_ITEMS });
240242 }
241243 if (this .fullPageError ) {
242244 this .$store .dispatch (' errors/clearError' );
251253 if (this .loggedIn ) {
252254 this .loadInvitationList ();
253255 } else if (! CATALOG_PAGES .includes (this .$route .name )) {
254- this .$router .push ({
255- name: RouteNames .CATALOG_ITEMS ,
256- });
256+ this .$router .replace ({ name: RouteNames .CATALOG_ITEMS });
257257 }
258258 },
259259 mounted () {
You can’t perform that action at this time.
0 commit comments