From a47045ab189058a9f24a586216167e3f27b60cab Mon Sep 17 00:00:00 2001 From: Thomas Hunter Date: Fri, 26 Feb 2021 20:10:11 +0100 Subject: [PATCH] [AAE-3543] Attach button enabled only when all files uploaded (#6731) * [AAE-3543] Attach button enabled only when all files uploaded * [AAE-3543] Add unit tests * [AAE-3543] Corrected name of unit test * [AAE-3543] Merged isQueueFinishedUploading() with isUploading() * [AAE-3543] Added spacing to unit tests --- .../content-node-selector.component.html | 2 +- .../content-node-selector.component.ts | 7 +++- lib/core/services/upload.service.spec.ts | 35 +++++++++++++++++++ lib/core/services/upload.service.ts | 9 +++-- 4 files changed, 48 insertions(+), 5 deletions(-) diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.html b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.html index 4049ea5211..c8cb3dc37c 100644 --- a/lib/content-services/src/lib/content-node-selector/content-node-selector.component.html +++ b/lib/content-services/src/lib/content-node-selector/content-node-selector.component.html @@ -80,7 +80,7 @@