From d58149ed05ba14b00f89b5963a6d21e078e35822 Mon Sep 17 00:00:00 2001 From: James Muehlner Date: Thu, 13 Apr 2023 18:34:58 +0000 Subject: [PATCH] GUACAMOLE-926: Ensure loading style is always removed when file processing is complete. --- .../src/app/import/controllers/importConnectionsController.js | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/frontend/src/app/import/controllers/importConnectionsController.js b/guacamole/src/main/frontend/src/app/import/controllers/importConnectionsController.js index 993a8e534..e30344e52 100644 --- a/guacamole/src/main/frontend/src/app/import/controllers/importConnectionsController.js +++ b/guacamole/src/main/frontend/src/app/import/controllers/importConnectionsController.js @@ -365,6 +365,7 @@ angular.module('import').controller('importConnectionsController', ['$scope', '$ */ function handleParseSuccess(parseResult) { + $scope.processing = false; $scope.parseResult = parseResult; // If errors were encounted during file parsing, abort further