From c0ebab732256fed103b7cb1445177ebc58f07050 Mon Sep 17 00:00:00 2001 From: ojasdubey Date: Tue, 29 Jan 2019 20:24:39 +0530 Subject: Operation Outputs - Operation screen BE 1. Fixed bug in tosca generation for mapped outputs 2. Fixed issues in validation of modified mapped outputs and tosca generation 3. Unit tests Change-Id: I2cb9a55d58d8e9a8d2a4a064646d6ef7ec93e61f Issue-ID: SDC-2085 Signed-off-by: ojasdubey --- catalog-be/src/main/resources/config/error-configuration.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 69f67e63ed..c92b0fd771 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -2235,10 +2235,10 @@ errors: message: "Error: Property type %1 provided against %2 is not supported for static value.", messageId: "SVC4721" } -#---------SVC4714----------------------------- +#---------SVC4723----------------------------- # %1 - Interface Operation output name - INTERFACE_OPERATION_MAPPED_OUTPUT_DELETED: { + INTERFACE_OPERATION_MAPPED_OUTPUT_MODIFIED: { code: 400, - message: "Error: Cannot update name or delete interface operation output(s) '%1' mapped to an operation input", - messageId: "SVC4714" + message: "Error: Cannot update or delete interface operation output(s) '%1' mapped to an operation input", + messageId: "SVC4723" } \ No newline at end of file -- cgit 1.2.3-korg