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
Solved! Go to Solution.
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
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
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.