Merge branch 'zentaopms_283_task_#82068' into 'zentaopms_283'
* Finish task #82068. See merge request easycorp/zentaopms!6711
This commit is contained in:
@@ -90,6 +90,9 @@ class datatable extends control
|
||||
}
|
||||
|
||||
$cols = $this->datatable->getFieldList($module);
|
||||
|
||||
if($module == 'story' && $extra != 'requirement') unset($cols['SRS']);
|
||||
|
||||
if($extra == 'requirement')
|
||||
{
|
||||
unset($cols['plan']);
|
||||
@@ -97,6 +100,8 @@ class datatable extends control
|
||||
unset($cols['taskCount']);
|
||||
unset($cols['bugCount']);
|
||||
unset($cols['caseCount']);
|
||||
unset($cols['URS']);
|
||||
|
||||
$cols['title']['title'] = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user