From e7e455fb382a787c97c9fc519dcbc6583378a87e Mon Sep 17 00:00:00 2001 From: Thom Date: Thu, 14 Nov 2024 15:02:00 -0600 Subject: [PATCH] update key.html to open correct modal on button click --- .../lwc/configurationManager/configurationManager.html | 1 + .../lwc/configurationManager/configurationManager.js | 6 ++++++ force-app/main/default/lwc/key/key.html | 3 ++- force-app/main/default/lwc/key/key.js | 6 ++---- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/lwc/configurationManager/configurationManager.html b/force-app/main/default/lwc/configurationManager/configurationManager.html index b967c25..36231d2 100644 --- a/force-app/main/default/lwc/configurationManager/configurationManager.html +++ b/force-app/main/default/lwc/configurationManager/configurationManager.html @@ -45,6 +45,7 @@ diff --git a/force-app/main/default/lwc/configurationManager/configurationManager.js b/force-app/main/default/lwc/configurationManager/configurationManager.js index a287091..8f223b2 100644 --- a/force-app/main/default/lwc/configurationManager/configurationManager.js +++ b/force-app/main/default/lwc/configurationManager/configurationManager.js @@ -131,4 +131,10 @@ export default class ConfigurationManager extends LightningElement { this.openModal(event.detail); } + handleEditBundle(event) { + editIndicatorBundleModal.open().then((result) => { + console.log(result); + }); + } + } \ No newline at end of file diff --git a/force-app/main/default/lwc/key/key.html b/force-app/main/default/lwc/key/key.html index ee1ae93..97586e9 100644 --- a/force-app/main/default/lwc/key/key.html +++ b/force-app/main/default/lwc/key/key.html @@ -70,6 +70,7 @@

Bundle is not active.