summaryrefslogtreecommitdiffstats
path: root/install/static/test
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-12-09 14:20:40 -0600
committerAdam Young <ayoung@redhat.com>2010-12-14 16:45:41 -0500
commitcec6703da35a511340ded9a1ec5958be9bd9bc8e (patch)
tree7bd3bd24d60f6ccd43ed99831dbf1d8dd2dd421a /install/static/test
parente0a39234f777c9c32af639195ec198b08fd7d452 (diff)
downloadfreeipa.git-cec6703da35a511340ded9a1ec5958be9bd9bc8e.tar.gz
freeipa.git-cec6703da35a511340ded9a1ec5958be9bd9bc8e.tar.xz
freeipa.git-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/test')
-rw-r--r--install/static/test/details_tests.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/test/details_tests.js b/install/static/test/details_tests.js
index 3dee5357..141b5123 100644
--- a/install/static/test/details_tests.js
+++ b/install/static/test/details_tests.js
@@ -34,7 +34,7 @@ test("Testing ipa_details_section.create().", function() {
}
);
- var section = ipa_details_list_section({name:'IDIDID', label:'NAMENAMENAME'}).
+ var section = ipa_stanza({name:'IDIDID', label:'NAMENAMENAME'}).
input({name:'cn'}).
input({name:'description'}).
input({name:'number'});
@@ -270,7 +270,7 @@ test("Testing _ipa_create_text_input() read only .", function(){
test("Testing ipa_details_section_setup again()",function(){
- var section = ipa_details_list_section({name: 'IDIDID', label: 'NAMENAMENAME'}).
+ var section = ipa_stanza({name: 'IDIDID', label: 'NAMENAMENAME'}).
input({name:'cn', label:'Entity Name'}).
input({name:'description', label:'Description'}).
input({name:'number', label:'Entity ID'});