summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/utils
diff options
context:
space:
mode:
authordavsad <david.sadlier@est.tech>2021-02-19 17:13:51 +0000
committerChristophe Closset <christophe.closset@intl.att.com>2021-03-10 17:25:31 +0000
commitec7af57361e6be0329461e3f2acf2d72e41c3b97 (patch)
treef07b7af0491659d48a4822da816bf0c0372ea22b /catalog-ui/src/app/utils
parent114b2affd49c0c5a77f65267d53fc417d79d29f7 (diff)
Fix requirement external toggle when deselecting and reselecting node
Issue-ID: SDC-3501 Signed-off-by: davsad <david.sadlier@est.tech> Change-Id: Ib4b1913adc54fb15277af324e8eaf5bbd82c0f95
Diffstat (limited to 'catalog-ui/src/app/utils')
-rw-r--r--catalog-ui/src/app/utils/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/utils/constants.ts b/catalog-ui/src/app/utils/constants.ts
index 230cb544f2..0df1a6522c 100644
--- a/catalog-ui/src/app/utils/constants.ts
+++ b/catalog-ui/src/app/utils/constants.ts
@@ -348,6 +348,7 @@ export class GRAPH_EVENTS {
static ON_PALETTE_COMPONENT_SHOW_POPUP_PANEL = 'onPaletteComponentShowPopupPanel';
static ON_PALETTE_COMPONENT_HIDE_POPUP_PANEL = 'onPaletteComponentHidePopupPanel';
static ON_COMPONENT_INSTANCE_NAME_CHANGED = 'onComponentInstanceNameChanged';
+ static ON_COMPONENT_INSTANCE_REQUIREMENT_EXTERNAL_CHANGED = 'onComponentInstanceRequirementExternalChanged'
static ON_ZONE_INSTANCE_NAME_CHANGED = 'onZoneInstanceNameChanged';
static ON_DELETE_COMPONENT_INSTANCE = 'onDeleteComponentInstance';
static ON_DELETE_ZONE_INSTANCE = 'onDeleteZoneInstance';