From 2e6a7eb218ad07a19fd1cc09b94e1f6a82e05360 Mon Sep 17 00:00:00 2001 From: "Sindhuri.A" Date: Fri, 7 Sep 2018 13:53:56 +0530 Subject: Single node copy paste keyboard shorcut on canvas Keyboard Shortcut copy paste for single node on Composition page canvas for services Issue-ID: SDC-1736 Change-Id: I669a728d3641a59ba7a4d8cc18fdae1000a0377f Signed-off-by: Sindhuri.A --- catalog-be/src/main/resources/config/error-configuration.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'catalog-be/src/main/resources') diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index 6156090df3..aa000f14a7 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -105,6 +105,12 @@ errors: message: "Error: Invalid userId '%1'.", messageId: "SVC4008" } +#---------SVC4009----------------------------- + USER_DEFINED: { + code: 400, + message: "Error: User Defined '%1'.", + messageId: "SVC4009" + } #---------SVC4049------------------------------ # %1 - service/resource COMPONENT_MISSING_CONTACT: { -- cgit 1.2.3-korg