mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
temporary comment code (#5330)
This commit is contained in:
committed by
Eugenio Romano
parent
e1ff2909bd
commit
ac40353e77
@@ -174,9 +174,10 @@ export class FormCloudService extends BaseCloudService {
|
||||
getForm(appName: string, formKey: string, version?: number): Observable<any> {
|
||||
let url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
|
||||
|
||||
if (version) {
|
||||
url += `/versions/${version}`;
|
||||
}
|
||||
// blocked by the issue AAE-1218
|
||||
// if (version) {
|
||||
// url += `/versions/${version}`;
|
||||
// }
|
||||
|
||||
return this.get(url);
|
||||
}
|
||||
|
Reference in New Issue
Block a user