From c39e7d3aa7bc26b1378fc6d29660c8be466dad45 Mon Sep 17 00:00:00 2001 From: imamSidero Date: Tue, 11 Oct 2022 14:23:30 +0100 Subject: Increase character limit of VFC property name to 100 and allow @ character VFC property name character limit is increased to 100 and allowing @ special character Signed-off-by: imamSidero Issue-ID: SDC-4210 Change-Id: If7f0be254a62effe34ad426ba24eeb31f034dd3f --- catalog-ui/src/app/utils/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/src/app/utils') diff --git a/catalog-ui/src/app/utils/constants.ts b/catalog-ui/src/app/utils/constants.ts index d6710ed767..0de83d257e 100644 --- a/catalog-ui/src/app/utils/constants.ts +++ b/catalog-ui/src/app/utils/constants.ts @@ -165,6 +165,7 @@ export class PROPERTY_DATA { export class PROPERTY_VALUE_CONSTRAINTS { public static MAX_LENGTH = 2500; public static JSON_MAX_LENGTH = 4096; + public static NAME_MAX_LENGTH = 100; } export class Role { -- cgit 1.2.3-korg