rename workflow02 task to RecordMover

This commit is contained in:
Nicolas Le Goff
2012-06-19 19:50:28 +02:00
parent e28184167e
commit af60967214
2 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ class patch_370a8 implements patchInterface
}
/**
* transform tasks 'workflow 01' to 'workflow 02'
* transform tasks 'workflow 01' to 'RecordMover'
* will group tasks(01) with same period to a single task(02)
*
* @param base $appbox
@@ -254,7 +254,7 @@ class patch_370a8 implements patchInterface
* save new tasks
*/
foreach ($tdom as $newtask) {
$task = task_abstract::create($appbox, 'task_period_workflow02', $newtask['dom']->saveXML());
$task = task_abstract::create($appbox, 'task_period_RecordMover', $newtask['dom']->saveXML());
}
return true;