From 6c83b3774df6074d870cd2defa827c2c38c5c4ac Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 17 Mar 2015 18:00:25 -0700 Subject: [PATCH] [Create] Expose type information Expose type information in the metadata for Create actions, to allow identification of appropriate Create actions for WTD-922. --- platform/commonUI/browse/src/creation/CreateAction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/commonUI/browse/src/creation/CreateAction.js b/platform/commonUI/browse/src/creation/CreateAction.js index e082ecab4f..f21c7a8ba0 100644 --- a/platform/commonUI/browse/src/creation/CreateAction.js +++ b/platform/commonUI/browse/src/creation/CreateAction.js @@ -92,6 +92,7 @@ define( key: 'create', glyph: type.getGlyph(), name: type.getName(), + type: type.getKey(), description: type.getDescription(), context: context };