summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/_base/Construct_registry.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-12 17:19:52 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:25 +0200
commit9f0188684fc970404d660b85e557135d103c3e73 (patch)
treef1788d589e73a14cf53ad4685bdac0993b7f276e /install/ui/src/freeipa/_base/Construct_registry.js
parent3b77c63b2acfc36b4f8472018acc2d177c8fd0db (diff)
downloadfreeipa-9f0188684fc970404d660b85e557135d103c3e73.tar.gz
freeipa-9f0188684fc970404d660b85e557135d103c3e73.tar.xz
freeipa-9f0188684fc970404d660b85e557135d103c3e73.zip
Handle built object in spec
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/_base/Construct_registry.js')
-rw-r--r--install/ui/src/freeipa/_base/Construct_registry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/_base/Construct_registry.js b/install/ui/src/freeipa/_base/Construct_registry.js
index 7f8db2596..7184c1442 100644
--- a/install/ui/src/freeipa/_base/Construct_registry.js
+++ b/install/ui/src/freeipa/_base/Construct_registry.js
@@ -99,7 +99,7 @@ define(['dojo/_base/declare',
var def_cs = construct_spec;
var old_cs = this._check_get(org_type);
- var cs = construct.copy_cs(old_cs);
+ var cs = construct.clone(old_cs);
cs.type = new_type;
if (def_cs.pre_ops) cs.pre_ops.push.call(cs.pre_ops, def_cs.pre_ops);