issue 46 validator apply to member module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8512 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-06-21 08:28:58 +00:00
parent 6683636782
commit ee58f755a8
20 changed files with 194 additions and 66 deletions

View file

@ -45,8 +45,7 @@ function doUpdateGroup(group_srl, mode, message) {
var fo_obj = get_by_id('fo_group_info');
fo_obj.group_srl.value = group_srl;
fo_obj.mode.value = mode;
procFilter(fo_obj, update_group);
fo_obj.submit();
}
function completeUpdateGroup(ret_obj) {