* [task#146720,done,2h,0h] Fix researchtask history error.
This commit is contained in:
@@ -62,6 +62,7 @@ class history extends wg
|
||||
$objectType = data('objectType');
|
||||
if(empty($objectType)) $objectType = $app->rawModule;
|
||||
if($objectType == 'requirement' || $objectType == 'epic') $objectType = 'story';
|
||||
if($objectType == 'researchtask') $objectType = 'task';
|
||||
$this->setProp('objectType', $objectType);
|
||||
}
|
||||
if(empty($objectID))
|
||||
|
||||
Reference in New Issue
Block a user