diff options
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r-- | install/ui/entity.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |