mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-1022] Fix components to work on Community environments (#5296)
* [AAE-1022] Fix components to work on Community environments * Remove appName input
This commit is contained in:
committed by
Eugenio Romano
parent
0897d372a6
commit
dead0087f4
@@ -51,9 +51,9 @@ import { TaskDetailsCloudModel } from '../../task/start-task/models/task-details
|
||||
})
|
||||
export class FormCloudComponent extends FormBaseComponent implements OnChanges, OnDestroy {
|
||||
|
||||
/** App id to fetch corresponding form and values. */
|
||||
/** App name to fetch corresponding form and values. */
|
||||
@Input()
|
||||
appName: string;
|
||||
appName: string = '';
|
||||
|
||||
/** The application version to use when fetching data */
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user