mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix
This commit is contained in:
@@ -172,7 +172,7 @@ export class FormCloudService extends BaseCloudService {
|
||||
* @returns Form definition
|
||||
*/
|
||||
getForm(appName: string, formKey: string, version?: number): Observable<any> {
|
||||
let url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
|
||||
const url = `${this.getBasePath(appName)}/form/v1/forms/${formKey}`;
|
||||
|
||||
// blocked by the issue AAE-1218
|
||||
// if (version) {
|
||||
|
Reference in New Issue
Block a user