From 3dcbae860f1a4bc8e6596cddc9cb19611d0c3dc7 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Wed, 23 Feb 2022 21:09:56 +0000 Subject: Obtain upload lock before uploading Before uploading, the system will now set the status as uploading in order to have more control of the upload process and status. Without that the UI status updates could show up incorrectly. Also, this behaviour removes the need to upload a file to set the upload in progress, which avoids a concurrent upload try to upload a file if there is another upload in progress. Change-Id: Ic008560aa57e1ee7a50389ad26f1a8890f1cf198 Issue-ID: SDC-3888 Signed-off-by: andre.schmid --- openecomp-ui/src/nfvo-utils/i18n/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'openecomp-ui/src/nfvo-utils') diff --git a/openecomp-ui/src/nfvo-utils/i18n/en.json b/openecomp-ui/src/nfvo-utils/i18n/en.json index ada011f7c3..3a61fb3a6f 100644 --- a/openecomp-ui/src/nfvo-utils/i18n/en.json +++ b/openecomp-ui/src/nfvo-utils/i18n/en.json @@ -148,6 +148,7 @@ "Upload will erase existing data. Do you want to continue?": "Upload will erase existing data. Do you want to continue?", "Continue": "Continue", "Upload validation failed": "Upload validation failed", + "upload.failed": "Upload failed", "Download HEAT": "Download HEAT", "Go to Overview": "Go to Overview", "Upload New HEAT": "Upload New HEAT", -- cgit 1.2.3-korg