mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645]Implemented the changes as per review comments
This commit is contained in:
committed by
Anukriti Singh
parent
def3943940
commit
8139b0388c
+16
@@ -200,6 +200,22 @@ export class ContentMetadataComponent implements OnChanges, OnInit, OnDestroy {
|
||||
@Output()
|
||||
editableChange = new EventEmitter<boolean>();
|
||||
|
||||
/** Emitted when content's editableTags state is changed. **/
|
||||
@Output()
|
||||
editableTagsChange = new EventEmitter<boolean>();
|
||||
|
||||
/** Emitted when content's editableCategories state is changed. **/
|
||||
@Output()
|
||||
editableCategoriesChange = new EventEmitter<boolean>();
|
||||
|
||||
@Input()
|
||||
editableCategories = false;
|
||||
|
||||
@Input()
|
||||
editableTags = false;
|
||||
|
||||
|
||||
|
||||
private _assignedTags: string[] = [];
|
||||
private assignedTagsEntries: TagEntry[] = [];
|
||||
private _editable = false;
|
||||
|
||||
Reference in New Issue
Block a user