mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix version error
This commit is contained in:
@@ -175,9 +175,9 @@ export class FormCloudService extends BaseCloudService {
|
|||||||
const url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
|
const url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
|
||||||
|
|
||||||
// blocked by the issue AAE-1218
|
// blocked by the issue AAE-1218
|
||||||
// if (version) {
|
if (version) {
|
||||||
// url += `/versions/${version}`;
|
// url += `/versions/${version}`;
|
||||||
// }
|
}
|
||||||
|
|
||||||
return this.get(url);
|
return this.get(url);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user