From d5a2282ce48f91106d089fa1663e9f709776a560 Mon Sep 17 00:00:00 2001 From: Dustin Colvin Date: Tue, 21 May 2024 10:22:43 -0500 Subject: [PATCH] fixing issue with player selection dialog --- current/all/pom.xml | 2 +- current/analyse/pom.xml | 2 +- current/core/pom.xml | 2 +- current/it.tests/pom.xml | 2 +- current/pom.xml | 2 +- current/ui.apps.structure/pom.xml | 2 +- current/ui.apps/pom.xml | 2 +- .../clientlibs/clientlib-dialogs/js/dynamic_dropdown.js | 2 -- current/ui.config/pom.xml | 2 +- current/ui.content/pom.xml | 2 +- current/ui.tests/pom.xml | 2 +- 11 files changed, 10 insertions(+), 12 deletions(-) diff --git a/current/all/pom.xml b/current/all/pom.xml index 11529a3..213f77d 100644 --- a/current/all/pom.xml +++ b/current/all/pom.xml @@ -24,7 +24,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/analyse/pom.xml b/current/analyse/pom.xml index 029fb3c..81f9909 100644 --- a/current/analyse/pom.xml +++ b/current/analyse/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/core/pom.xml b/current/core/pom.xml index be199c1..3a88964 100644 --- a/current/core/pom.xml +++ b/current/core/pom.xml @@ -20,7 +20,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml brightcove.core diff --git a/current/it.tests/pom.xml b/current/it.tests/pom.xml index 95c7435..b660e68 100644 --- a/current/it.tests/pom.xml +++ b/current/it.tests/pom.xml @@ -20,7 +20,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/pom.xml b/current/pom.xml index 30b14eb..aee0294 100644 --- a/current/pom.xml +++ b/current/pom.xml @@ -21,7 +21,7 @@ com.coresecure brightcove pom - 6.1.4 + 6.1.5 Brightcove Connector diff --git a/current/ui.apps.structure/pom.xml b/current/ui.apps.structure/pom.xml index 8582f1a..568824a 100644 --- a/current/ui.apps.structure/pom.xml +++ b/current/ui.apps.structure/pom.xml @@ -8,7 +8,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/ui.apps/pom.xml b/current/ui.apps/pom.xml index 9e61039..e2c2830 100644 --- a/current/ui.apps/pom.xml +++ b/current/ui.apps/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/ui.apps/src/main/content/jcr_root/apps/brightcove/clientlibs/clientlib-dialogs/js/dynamic_dropdown.js b/current/ui.apps/src/main/content/jcr_root/apps/brightcove/clientlibs/clientlib-dialogs/js/dynamic_dropdown.js index c58700f..5ed5c45 100755 --- a/current/ui.apps/src/main/content/jcr_root/apps/brightcove/clientlibs/clientlib-dialogs/js/dynamic_dropdown.js +++ b/current/ui.apps/src/main/content/jcr_root/apps/brightcove/clientlibs/clientlib-dialogs/js/dynamic_dropdown.js @@ -119,8 +119,6 @@ }); playerSelector.addEventListener('coral-select:showitems', function(event) { - playerSelector.items.clear(); - var accountSelector = $(DIALOG_ACCOUNT_FIELD_SELECTOR).get(0); var account_id = (accountSelector.selectedItem != null) ? accountSelector.selectedItem.value : ""; diff --git a/current/ui.config/pom.xml b/current/ui.config/pom.xml index 80ffdad..54fd509 100644 --- a/current/ui.config/pom.xml +++ b/current/ui.config/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/ui.content/pom.xml b/current/ui.content/pom.xml index 1a8c14c..27a0f23 100644 --- a/current/ui.content/pom.xml +++ b/current/ui.content/pom.xml @@ -23,7 +23,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml diff --git a/current/ui.tests/pom.xml b/current/ui.tests/pom.xml index 6bbbab5..767908f 100644 --- a/current/ui.tests/pom.xml +++ b/current/ui.tests/pom.xml @@ -25,7 +25,7 @@ com.coresecure brightcove - 6.1.4 + 6.1.5 ../pom.xml