Loading src/app/modules/media/modal/modal.component.ts +3 −1 Original line number Original line Diff line number Diff line Loading @@ -177,7 +177,9 @@ export class MediaModalComponent implements OnInit, OnDestroy { break; break; } } if (this.contentType !== 'blog') { if (this.redirectUrl) { this.pageUrl = this.redirectUrl; } else if (this.contentType !== 'blog') { this.pageUrl = `/media/${this.entity.entity_guid}`; this.pageUrl = `/media/${this.entity.entity_guid}`; } else { } else { this.pageUrl = this.entity.route this.pageUrl = this.entity.route Loading Loading
src/app/modules/media/modal/modal.component.ts +3 −1 Original line number Original line Diff line number Diff line Loading @@ -177,7 +177,9 @@ export class MediaModalComponent implements OnInit, OnDestroy { break; break; } } if (this.contentType !== 'blog') { if (this.redirectUrl) { this.pageUrl = this.redirectUrl; } else if (this.contentType !== 'blog') { this.pageUrl = `/media/${this.entity.entity_guid}`; this.pageUrl = `/media/${this.entity.entity_guid}`; } else { } else { this.pageUrl = this.entity.route this.pageUrl = this.entity.route Loading