mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
@@ -96,7 +96,7 @@ export class AlfrescoService {
|
|||||||
* @returns {string} URL address.
|
* @returns {string} URL address.
|
||||||
*/
|
*/
|
||||||
getDocumentThumbnailUrl(document: MinimalNodeEntity) {
|
getDocumentThumbnailUrl(document: MinimalNodeEntity) {
|
||||||
return this.getContentUrl(document) + '/thumbnails/doclib?c=queue&ph=true&lastModified=1';
|
return this.getContentUrl(document) + '/thumbnails/doclib?c=queue&ph=true&lastModified=1&alf_ticket=' + this.getAlfrescoTicket();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user