This repository was archived by the owner on Jun 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/alfresco-core-rest-api/src/api Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1414- [ getProfilePictures returns null] ( https://github.com/Alfresco/alfresco-js-api/issues/262 )
1515- [ Adding a new method to retrieve the Profile Picture Url] ( https://github.com/Alfresco/alfresco-js-api/265 )
1616
17+ ## Fix
18+
19+ - [ Favorites Api not passing the "include" settings to server] ( https://issues.alfresco.com/jira/browse/ADF-1394 )
20+
1721<a name =" 1.7.0 " ></a >
1822# [ 1.7.0] ( https://github.com/Alfresco/alfresco-js-api/releases/tag/1.7.0 ) (01-08-2017)
1923## Fix
Original file line number Diff line number Diff line change 2222 */
2323
2424 /**
25- * Constructs a new FavoritesApi.
25+ * Constructs a new FavoritesApi.
2626 * @alias module:api/FavoritesApi
2727 * @class
2828 * @param {module:ApiClient } apiClient Optional API client implementation to use, default to {@link module:ApiClient#instance}
154154 'skipCount' : opts [ 'skipCount' ] ,
155155 'maxItems' : opts [ 'maxItems' ] ,
156156 'where' : opts [ 'where' ] ,
157- 'fields' : this . apiClient . buildCollectionParam ( opts [ 'fields' ] , 'csv' )
157+ 'fields' : this . apiClient . buildCollectionParam ( opts [ 'fields' ] , 'csv' ) ,
158+ 'include' : this . apiClient . buildCollectionParam ( opts [ 'include' ] , 'csv' )
158159 } ;
159160 var headerParams = {
160161 } ;
You can’t perform that action at this time.
0 commit comments