* [bug#50340,done,1h] modify the export subtasks label issue.
This commit is contained in:
@@ -190,7 +190,7 @@ class file extends control
|
||||
$output .= '"';
|
||||
foreach($fields as $fieldName => $fieldLabel)
|
||||
{
|
||||
$output .= isset($row->$fieldName) ? str_replace(array('"', ' '), array('“', ' '), htmlSpecialString(strip_tags((string)$row->$fieldName, '<img>'))) : '';
|
||||
$output .= isset($row->$fieldName) ? str_replace(array('"', ' ', '>'), array('“', ' ', '>'), htmlSpecialString(strip_tags((string)$row->$fieldName, '<img>'))) : '';
|
||||
$output .= '","';
|
||||
}
|
||||
$output .= '"' . "\n";
|
||||
|
||||
+1
-1
@@ -1349,7 +1349,7 @@ class taskZen extends task
|
||||
}
|
||||
}
|
||||
|
||||
if($task->parent > 0 && strpos($task->name, htmlentities('>')) !== 0) $task->name = '>' . $task->name;
|
||||
if($this->config->edition == 'open' && $task->parent > 0 && strpos($task->name, htmlentities('>')) !== 0) $task->name = '>' . $task->name;
|
||||
if(!empty($task->team))
|
||||
{
|
||||
$task->name = '[' . $this->lang->task->multipleAB . '] ' . $task->name;
|
||||
|
||||
Reference in New Issue
Block a user