diff --git a/src/app/components/actionbar/actionbar.component.ts b/src/app/components/actionbar/actionbar.component.ts index 4dfabfc4..c3c64b00 100644 --- a/src/app/components/actionbar/actionbar.component.ts +++ b/src/app/components/actionbar/actionbar.component.ts @@ -1,12 +1,4 @@ -import { - filter, - firstValueFrom, - map, - of, - shareReplay, - switchMap, - tap, -} from 'rxjs'; +import { filter, firstValueFrom, map, of, shareReplay, switchMap, tap } from 'rxjs'; import { Component, computed, input, signal } from '@angular/core'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; diff --git a/src/app/components/metadata/agents/agent-list/agent-list.component.html b/src/app/components/metadata/agents/agent-list/agent-list.component.html index 6a0a8c3f..41a34cdd 100644 --- a/src/app/components/metadata/agents/agent-list/agent-list.component.html +++ b/src/app/components/metadata/agents/agent-list/agent-list.component.html @@ -44,41 +44,18 @@ } } - @if (entity.creatorList(); as creatorList) { - @if (creatorList.length > 0) { -
Creator:
- @for (agent of creatorList; track $index) { -{{ item.label + ':' }}
- @if (entity.editorList(); as editorList) { - @if (editorList.length > 0) { -Editor:
- @for (agent of editorList; track $index) { -Data Creator:
- @for (agent of dataCreatorList; track $index) { -