+ [bug#60288,done,0.5h] set objectType to story in requirement and epic.
This commit is contained in:
@@ -56,6 +56,7 @@ class history extends wg
|
||||
{
|
||||
$objectType = data('objectType');
|
||||
if(empty($objectType)) $objectType = $app->rawModule;
|
||||
if($objectType == 'requirement' || $objectType == 'epic') $objectType = 'story';
|
||||
$this->setProp('objectType', $objectType);
|
||||
}
|
||||
if(empty($objectID))
|
||||
|
||||
Reference in New Issue
Block a user