[Create] Expose type information

Expose type information in the metadata for Create
actions, to allow identification of appropriate Create
actions for WTD-922.
This commit is contained in:
Victor Woeltjen 2015-03-17 18:00:25 -07:00
parent 828f82a3e7
commit 6c83b3774d

View File

@ -92,6 +92,7 @@ define(
key: 'create',
glyph: type.getGlyph(),
name: type.getName(),
type: type.getKey(),
description: type.getDescription(),
context: context
};