04-10-2017 11:07 AM
In the alfresco-js-api there is an example for retrieving the comments of a node:
this.alfrescoJsApi.core.childAssociationsApi.getComments(...
seems that it should be
this.alfrescoJsApi.core.commentsApi.getComments(
so we would have to use commentsApi instead of childAssociationApi throughout?
Greetings,
Martin
04-11-2017 05:25 AM
Hi Martin,
Thanks for report this documentation problem, I opened an issue for you on the alfresco-js-api:
Wrong documentation comments Api · Issue #214 · Alfresco/alfresco-js-api · GitHub
Yes the right way is:
this.alfrescoJsApi.core.commentsApi.getComments(
Eugenio
04-11-2017 05:25 AM
Hi Martin,
Thanks for report this documentation problem, I opened an issue for you on the alfresco-js-api:
Wrong documentation comments Api · Issue #214 · Alfresco/alfresco-js-api · GitHub
Yes the right way is:
this.alfrescoJsApi.core.commentsApi.getComments(
Eugenio
Explore our Alfresco products with the links below. Use labels to filter content by product module.