mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
rename workflow02 task to RecordMover
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user