summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/add.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-03-14 13:59:15 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:18 +0200
commit166102a910bad2002819205b009694372f1f0e22 (patch)
treef824c41c873dc3000e5d0980612e773ab90d6253 /install/ui/src/freeipa/add.js
parentbf8bae5080582f0088bda2aab6695d7cedc8b164 (diff)
downloadfreeipa-166102a910bad2002819205b009694372f1f0e22.tar.gz
freeipa-166102a910bad2002819205b009694372f1f0e22.tar.xz
freeipa-166102a910bad2002819205b009694372f1f0e22.zip
Removed entity.get_primary from association facet
Also removed facet usage from entity adder dialog. https://fedorahosted.org/freeipa/ticket/3236
Diffstat (limited to 'install/ui/src/freeipa/add.js')
-rw-r--r--install/ui/src/freeipa/add.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/add.js b/install/ui/src/freeipa/add.js
index a91232887..551fc1c51 100644
--- a/install/ui/src/freeipa/add.js
+++ b/install/ui/src/freeipa/add.js
@@ -60,7 +60,6 @@ IPA.entity_adder_dialog = function(spec) {
function(data, text_status, xhr) {
that.added.notify();
that.show_message(that.get_success_message(data));
- that.facet.refresh();
that.reset();
that.focus_first_element();
},
@@ -101,7 +100,6 @@ IPA.entity_adder_dialog = function(spec) {
that.add(
function(data, text_status, xhr) {
that.added.notify();
- that.facet.refresh();
that.close();
that.notify_success(data);
},