diff options
author | Endi S. Dewata <edewata@redhat.com> | 2010-12-09 14:20:40 -0600 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-14 16:45:41 -0500 |
commit | cec6703da35a511340ded9a1ec5958be9bd9bc8e (patch) | |
tree | 7bd3bd24d60f6ccd43ed99831dbf1d8dd2dd421a /install/static/associate.js | |
parent | e0a39234f777c9c32af639195ec198b08fd7d452 (diff) | |
download | freeipa-cec6703da35a511340ded9a1ec5958be9bd9bc8e.tar.gz freeipa-cec6703da35a511340ded9a1ec5958be9bd9bc8e.tar.xz freeipa-cec6703da35a511340ded9a1ec5958be9bd9bc8e.zip |
Account activation adjustment
The user details facet has been modified such that when the account
is activated/deactivated the page will be reloaded.
Some methods in the framework have been changed:
- The ipa_widget.clear() has been removed because it can be replaced
by existing reset().
- The ipa_widget.set_values() has been renamed into update().
Diffstat (limited to 'install/static/associate.js')
-rw-r--r-- | install/static/associate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/associate.js b/install/static/associate.js index ffec9516d..2c39dda3e 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -364,7 +364,7 @@ function ipa_association_table_widget(spec) { that.reset(); }; - that.set_values = function(values) { + that.update = function() { that.empty(); |