summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2011-11-17 12:09:00 -0600
committerEndi S. Dewata <edewata@redhat.com>2011-11-18 15:57:00 +0000
commite84bd27af2db254fb1ed5ccc58202f0fb5c6f8cc (patch)
tree7f158d66b17e1639e685dc7673a995d31b3dfd32 /install/ui/entity.js
parenta9e4316d5aa626e0831febd8b50678fd81f6a67d (diff)
downloadfreeipa-e84bd27af2db254fb1ed5ccc58202f0fb5c6f8cc.tar.gz
freeipa-e84bd27af2db254fb1ed5ccc58202f0fb5c6f8cc.tar.xz
freeipa-e84bd27af2db254fb1ed5ccc58202f0fb5c6f8cc.zip
Fixed entity definition in test cases.
The test cases have been updated to use the new extensible mechanism for defining and registering entities. Ticket #2043
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index f7bf992aa..4e5c72447 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -217,6 +217,7 @@ IPA.entity = function(spec) {
return [that.name + '-pkey'];
};
+ that.entity_init = that.init;
return that;
};