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
};
diff --git a/platform/commonUI/edit/res/templates/edit-object.html b/platform/commonUI/edit/res/templates/edit-object.html
index f6fdbdf14a..c31c59bab6 100644
--- a/platform/commonUI/edit/res/templates/edit-object.html
+++ b/platform/commonUI/edit/res/templates/edit-object.html
@@ -2,12 +2,13 @@
mct-object="domainObject"
ng-model="representation">
-
+
-
+