User assignment for created tasks

This commit is contained in:
dante
2019-04-25 19:11:37 -04:00
committed by Paula Quispe
parent ccf7209228
commit d3a944c2f6
3 changed files with 27 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ $factory->define(\ProcessMaker\Model\Task::class, function(Faker $faker) {
'TAS_ASSIGN_LOCATION_ADHOC' => 'FALSE',
'TAS_TRANSFER_FLY' => 'FALSE',
'TAS_LAST_ASSIGNED' => 0,
'TAS_USER' => 'FALSE',
'TAS_USER' => 0,
'TAS_CAN_UPLOAD' => 'FALSE',
'TAS_CAN_CANCEL' => 'FALSE',
'TAS_OWNER_APP' => 'FALSE',