* Move user account setting of repo.
This commit is contained in:
@@ -46,6 +46,7 @@ div
|
||||
$lang->repo->unlinkedTasks . "({$pager->recTotal})"
|
||||
)
|
||||
);
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['currentUser'] = $app->user->account;
|
||||
$allTasks = initTableData($allTasks, $config->repo->taskDtable->fieldList);
|
||||
$data = array_values($allTasks);
|
||||
dtable
|
||||
|
||||
@@ -213,7 +213,7 @@ $config->repo->taskDtable->fieldList['assignedTo']['type'] = 'user';
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['sortType'] = true;
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['show'] = true;
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['group'] = 3;
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['currentUser'] = $app->user->account;
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['currentUser'] = '';
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['title'] = $lang->task->assignedTo;
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['assignLink'] = array('module' => 'task', 'method' => 'assignTo', 'params' => 'executionID={execution}&taskID={id}');
|
||||
|
||||
|
||||
@@ -44,6 +44,7 @@ div
|
||||
$lang->repo->unlinkedTasks . "({$pager->recTotal})"
|
||||
)
|
||||
);
|
||||
$config->repo->taskDtable->fieldList['assignedTo']['currentUser'] = $app->user->account;
|
||||
$allTasks = initTableData($allTasks, $config->repo->taskDtable->fieldList);
|
||||
$data = array_values($allTasks);
|
||||
dtable
|
||||
|
||||
Reference in New Issue
Block a user