Skip to content

Commit 9b37daf

Browse files
committed
remove link to open catalog server in a new page when the url is not available as guest user
1 parent c2aff38 commit 9b37daf

File tree

1 file changed

+1
-1
lines changed
  • contentcuration/contentcuration/frontend/channelList/views/Channel

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
{
364364
key: 'open-tab-link',
365365
show:
366-
!this.isInChannelList &&
366+
!this.isInChannelList && (this.channel.demo_server_url || this.channel.source_url) &&
367367
((this.loggedIn && !this.channel.demo_server_url && this.channel.source_url) ||
368368
(this.loggedIn && !this.channel.source_url && this.channel.demo_server_url) ||
369369
(!this.loggedIn &&

0 commit comments

Comments
 (0)