mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3212] Fixed permission issues when updating version (#3503)
* [ADF-3213] Fixed permission issues when updating version * [ADF-3212] fixed test for PR * allowableOperations include viewer get node
This commit is contained in:
committed by
Eugenio Romano
parent
cc73484a76
commit
0fae46b50b
@@ -157,7 +157,8 @@ export class UploadService {
|
||||
*/
|
||||
getUploadPromise(file: FileModel) {
|
||||
let opts: any = {
|
||||
renditions: 'doclib'
|
||||
renditions: 'doclib',
|
||||
include: ['allowableOperations']
|
||||
};
|
||||
|
||||
if (file.options.newVersion === true) {
|
||||
|
Reference in New Issue
Block a user