mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[AAE-1238] Re-enable appVersion check
This commit is contained in:
parent
ba9f14f90a
commit
f4005102db
@ -174,7 +174,6 @@ export class FormCloudService extends BaseCloudService {
|
||||
getForm(appName: string, formKey: string, version?: number): Observable<any> {
|
||||
let url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
|
||||
|
||||
// blocked by the issue AAE-1218
|
||||
if (version) {
|
||||
url += `/versions/${version}`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user