From d97e241bb0b3ece207b16990e8df95493d38eddd Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 29 Jun 2017 10:02:03 -0400 Subject: [PATCH] feat(app-bridge): Fixing interface * feat(appBridge): adding ability to open a fast-add page as well as an add page * feat(appBridge): allowing ability to send passthrough parameter to open window commands --- src/utils/app-bridge/AppBridge.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/app-bridge/AppBridge.ts b/src/utils/app-bridge/AppBridge.ts index 707a88e49..9c7c2b1d7 100644 --- a/src/utils/app-bridge/AppBridge.ts +++ b/src/utils/app-bridge/AppBridge.ts @@ -19,6 +19,7 @@ export interface IAppBridgeOpenEvent { entityType: string; entityId?: string; data?: any; + passthrough?: string; } const HTTP_VERBS = {