w2p 51849 - display entities as list results

This commit is contained in:
Art Lowel
2018-05-30 15:22:43 +02:00
parent f1b35577b2
commit e5fc17da76
34 changed files with 297 additions and 108 deletions

View File

@@ -23,7 +23,6 @@ import { ItemPageFieldsComponent } from './simple/entity-types/item/item-page-fi
import { OrgUnitPageFieldsComponent } from './simple/entity-types/orgunit/orgunit-page-fields.component';
import { PersonPageFieldsComponent } from './simple/entity-types/person/person-page-fields.component';
import { ProjectPageFieldsComponent } from './simple/entity-types/project/project-page-fields.component';
import { EntityTypeSwitcherComponent } from './simple/entity-types/switcher/entity-type-switcher.component';
@NgModule({
imports: [
@@ -46,7 +45,6 @@ import { EntityTypeSwitcherComponent } from './simple/entity-types/switcher/enti
FileSectionComponent,
CollectionsComponent,
FullFileSectionComponent,
EntityTypeSwitcherComponent,
ItemPageFieldsComponent,
ProjectPageFieldsComponent,
OrgUnitPageFieldsComponent,