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 { AppConfigService, NotificationService } from '@alfresco/adf-core';
|
||||||
import { Observable, Subject } from 'rxjs';
|
import { Observable, Subject } from 'rxjs';
|
||||||
import { Store } from '@ngrx/store';
|
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 { filter, takeUntil } from 'rxjs/operators';
|
||||||
import { CommonModule } from '@angular/common';
|
import { CommonModule } from '@angular/common';
|
||||||
import { Actions, ofType } from '@ngrx/effects';
|
import { Actions, ofType } from '@ngrx/effects';
|
||||||
@@ -49,7 +49,6 @@ import { Actions, ofType } from '@ngrx/effects';
|
|||||||
[(editable)]="editable"
|
[(editable)]="editable"
|
||||||
[(editableTags)]="editableTags"
|
[(editableTags)]="editableTags"
|
||||||
[(editableCategories)]="editableCategories"
|
[(editableCategories)]="editableCategories"
|
||||||
[(group)]="group"
|
|
||||||
>
|
>
|
||||||
</adf-content-metadata>
|
</adf-content-metadata>
|
||||||
`,
|
`,
|
||||||
@@ -66,7 +65,6 @@ export class MetadataTabComponent implements OnInit, OnDestroy {
|
|||||||
editable = false;
|
editable = false;
|
||||||
editableTags = false;
|
editableTags = false;
|
||||||
editableCategories = false;
|
editableCategories = false;
|
||||||
group: CardViewGroup;
|
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private permission: NodePermissionService,
|
private permission: NodePermissionService,
|
||||||
@@ -100,7 +98,6 @@ export class MetadataTabComponent implements OnInit, OnDestroy {
|
|||||||
this.editable = false;
|
this.editable = false;
|
||||||
this.editableTags = false;
|
this.editableTags = false;
|
||||||
this.editableCategories = false;
|
this.editableCategories = false;
|
||||||
this.group.editable = false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user