Fixed conflicts with new metadata map

This commit is contained in:
lotte
2019-02-26 16:06:33 +01:00
parent c40179fc88
commit 8a9f57966f
23 changed files with 243 additions and 120 deletions

View File

@@ -6,7 +6,7 @@ import { AbstractListableElementComponent } from '../../object-collection/shared
import { ListableObject } from '../../object-collection/shared/listable-object.model';
import { TruncatableService } from '../../truncatable/truncatable.service';
import { Observable } from 'rxjs';
import { Metadata } from '../../../core/shared/metadata.model';
import { Metadata } from '../../../core/shared/metadata.utils';
@Component({
selector: 'ds-search-result-grid-element',