From e84bd27af2db254fb1ed5ccc58202f0fb5c6f8cc Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 17 Nov 2011 12:09:00 -0600 Subject: 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 --- install/ui/entity.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/entity.js') diff --git a/install/ui/entity.js b/install/ui/entity.js index f7bf992a..4e5c7244 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; }; -- cgit