|
@ -51,14 +51,14 @@ export class AccessTableComponent implements OnChanges, OnInit { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public onCopyToClipboard(aId: string): void { |
|
|
|
|
|
this.clipboard.copy(this.getPublicUrl(aId)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public getPublicUrl(aId: string): string { |
|
|
public getPublicUrl(aId: string): string { |
|
|
return `${this.baseUrl}/${this.defaultLanguageCode}/p/${aId}`; |
|
|
return `${this.baseUrl}/${this.defaultLanguageCode}/p/${aId}`; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public onCopyToClipboard(aId: string): void { |
|
|
|
|
|
this.clipboard.copy(this.getPublicUrl(aId)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public onDeleteAccess(aId: string) { |
|
|
public onDeleteAccess(aId: string) { |
|
|
this.notificationService.confirm({ |
|
|
this.notificationService.confirm({ |
|
|
confirmFn: () => { |
|
|
confirmFn: () => { |
|
|