mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
tag fix body
This commit is contained in:
@@ -66,7 +66,7 @@ export class TagService {
|
||||
const tagBody = new TagBody();
|
||||
tagBody.tag = tagName;
|
||||
|
||||
const observableAdd = from(this.apiService.getInstance().core.tagsApi.addTag(nodeId, tagBody));
|
||||
const observableAdd = from(this.apiService.getInstance().core.tagsApi.addTag(nodeId, [tagBody]));
|
||||
|
||||
observableAdd.subscribe((tagEntry: TagEntry) => {
|
||||
this.refresh.emit(tagEntry);
|
||||
|
Reference in New Issue
Block a user