summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/entity.js')
-rw-r--r--install/ui/src/freeipa/entity.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/entity.js b/install/ui/src/freeipa/entity.js
index 36fadf1ce..598a194f2 100644
--- a/install/ui/src/freeipa/entity.js
+++ b/install/ui/src/freeipa/entity.js
@@ -37,6 +37,8 @@ IPA.entity = function(spec) {
that.name = spec.name;
that.label = spec.label;
+ that.defines_key = spec.defines_key !== undefined ? spec.defines_key : true;
+
that.metadata = spec.metadata;
that.builder = spec.builder;