From feaa237cda579079b40f3014634387bf493cc2da Mon Sep 17 00:00:00 2001 From: ShaabanEltanany Date: Sun, 11 Oct 2020 11:32:55 +0200 Subject: adding attributes for inputs and outputs Issue-ID: CCSDK-2874 Signed-off-by: ShaabanEltanany Change-Id: I633a724c7101874ec4db6013762a90bc9daec317 --- .../packages/designer/action-attributes/models/InputActionAttribute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/InputActionAttribute.ts') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/InputActionAttribute.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/InputActionAttribute.ts index 3aa370360..b4cce3484 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/InputActionAttribute.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/InputActionAttribute.ts @@ -8,7 +8,7 @@ export class InputActionAttribute { this.name = ''; this.description = ''; this.type = ''; - this.required = false; + this.required = true; } } -- cgit 1.2.3-korg