- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
