Completed Users and groups (Ad-Hoc part) in ExtJS

This commit is contained in:
safan
2011-01-10 13:16:06 +00:00
parent 3ce95f44c5
commit 9d877b2e74
5 changed files with 147 additions and 39 deletions

View File

@@ -171,6 +171,7 @@ switch($_GET['action'])
case 'availableUsers':
$rows = $oProcessMap->getExtAvailableUsersList($_GET['tid']);
array_shift($rows);
break;
case 'assignedUsers':

View File

@@ -42,8 +42,15 @@ try {
{
$_POST = $_POST['form'];
}
$_POST['function'] = get_ajax_value('function');
switch ($_POST['function'])
if(isset($_POST['function']))
{$value= $_POST['function'];
$value = get_ajax_value('function');}
else
{$value= $_POST['functions'];
$value = get_ajax_value('functions');}
switch ($value)
{
case 'verifyUsername':
//print_r($_POST); die;