26
26
function create_new_group(projectsetid)
28
28
groupnm = window.prompt('Please enter a name for the group','');
30
response = ajax_call(null, serviceapp, 'create_group', args, 'POST');
38
response = ajax_call(null, serviceapp, 'create_group', args, 'POST');
43
52
function manage_group(offeringid, groupid, namespace)