Skip to content
This repository was archived by the owner on Apr 5, 2018. It is now read-only.

Commit c2dc111

Browse files
author
Bob Olde Hampsink
committed
Added type to task manager model
1 parent e90e55f commit c2dc111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/TaskManagerModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected function defineAttributes()
2929
{
3030
return array_merge(parent::defineAttributes(), array(
3131
'level' => AttributeType::Number,
32+
'type' => AttributeType::String,
3233
'description' => AttributeType::String,
3334
'parentId' => AttributeType::Mixed,
3435
'totalSteps' => AttributeType::Number,

0 commit comments

Comments
 (0)