From 0ec6bbec88b410c8f1b592a1ef2e47507f8ba894 Mon Sep 17 00:00:00 2001 From: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:47:38 +0530 Subject: [PATCH 1/2] Update auth-policy.json Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com> --- pmp-ui/src/assets/entity-spec/auth-policy.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pmp-ui/src/assets/entity-spec/auth-policy.json b/pmp-ui/src/assets/entity-spec/auth-policy.json index 9a25ce9e4..0fd501a0f 100644 --- a/pmp-ui/src/assets/entity-spec/auth-policy.json +++ b/pmp-ui/src/assets/entity-spec/auth-policy.json @@ -179,8 +179,7 @@ "inputType": "", "ismandatory": "", "showInListView": "", - "showInSingleView": "", - "maxLength": 5120 + "showInSingleView": "" }, { "name": "policies", @@ -199,7 +198,8 @@ "inputType": "textarea", "ismandatory": "true", "showInListView": "false", - "showInSingleView": "true" + "showInSingleView": "true", + "maxLength": 5120 }, { "name": "isActive", From 5553083bf072ac50b0f74ca3cf138fac4e0c5aa4 Mon Sep 17 00:00:00 2001 From: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:49:13 +0530 Subject: [PATCH 2/2] Update data-share-policy.json Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com> --- pmp-ui/src/assets/entity-spec/data-share-policy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pmp-ui/src/assets/entity-spec/data-share-policy.json b/pmp-ui/src/assets/entity-spec/data-share-policy.json index 6a68df970..c9992e7d3 100644 --- a/pmp-ui/src/assets/entity-spec/data-share-policy.json +++ b/pmp-ui/src/assets/entity-spec/data-share-policy.json @@ -141,8 +141,7 @@ "inputType": "dropdown", "ismandatory": "true", "showInListView": "true", - "showInSingleView": "true", - "maxLength": 5120 + "showInSingleView": "true" }, { "name": "version", @@ -199,7 +198,8 @@ "inputType": "textarea", "ismandatory": "true", "showInListView": "false", - "showInSingleView": "true" + "showInSingleView": "true", + "maxLength": 5120 }, { "name": "isActive", @@ -281,4 +281,4 @@ "methodCallName": "" } ] -} \ No newline at end of file +}