mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-5540] revert the unwanted changes
This commit is contained in:
@@ -29,7 +29,7 @@ import { AppStore, EditOfflineAction, infoDrawerMetadataAspect, NodeActionTypes
|
||||
import { AppConfigService, NotificationService } from '@alfresco/adf-core';
|
||||
import { Observable, Subject } from 'rxjs';
|
||||
import { Store } from '@ngrx/store';
|
||||
import { CardViewGroup, ContentMetadataModule, ContentMetadataService } from '@alfresco/adf-content-services';
|
||||
import { ContentMetadataModule, ContentMetadataService } from '@alfresco/adf-content-services';
|
||||
import { filter, takeUntil } from 'rxjs/operators';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Actions, ofType } from '@ngrx/effects';
|
||||
@@ -49,7 +49,6 @@ import { Actions, ofType } from '@ngrx/effects';
|
||||
[(editable)]="editable"
|
||||
[(editableTags)]="editableTags"
|
||||
[(editableCategories)]="editableCategories"
|
||||
[(group)]="group"
|
||||
>
|
||||
</adf-content-metadata>
|
||||
`,
|
||||
@@ -66,7 +65,6 @@ export class MetadataTabComponent implements OnInit, OnDestroy {
|
||||
editable = false;
|
||||
editableTags = false;
|
||||
editableCategories = false;
|
||||
group: CardViewGroup;
|
||||
|
||||
constructor(
|
||||
private permission: NodePermissionService,
|
||||
@@ -100,7 +98,6 @@ export class MetadataTabComponent implements OnInit, OnDestroy {
|
||||
this.editable = false;
|
||||
this.editableTags = false;
|
||||
this.editableCategories = false;
|
||||
this.group.editable = false;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user