fixed compilation issue with abstract component

This commit is contained in:
lotte
2020-04-17 16:26:26 +02:00
parent bbac79bdfc
commit 37e4e63f81
2 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ import { RemoteData } from '../../../core/data/remote-data';
import { AbstractTrackableComponent } from '../../../shared/trackable/abstract-trackable.component'; import { AbstractTrackableComponent } from '../../../shared/trackable/abstract-trackable.component';
import { environment } from '../../../../environments/environment'; import { environment } from '../../../../environments/environment';
@Component({
selector: 'ds-abstract-item-update',
template: ''
})
/** /**
* Abstract component for managing object updates of an item * Abstract component for managing object updates of an item
*/ */

View File

@@ -46,6 +46,7 @@ import { ItemVersionHistoryComponent } from './item-version-history/item-version
EditItemPageComponent, EditItemPageComponent,
ItemOperationComponent, ItemOperationComponent,
AbstractSimpleItemActionComponent, AbstractSimpleItemActionComponent,
AbstractItemUpdateComponent,
ModifyItemOverviewComponent, ModifyItemOverviewComponent,
ItemWithdrawComponent, ItemWithdrawComponent,
ItemReinstateComponent, ItemReinstateComponent,