* Task #3448
This commit is contained in:
@@ -728,7 +728,8 @@ class testcase extends control
|
||||
if($showSuhosinInfo) $this->view->suhosinInfo = extension_loaded('suhosin') ? sprintf($this->lang->suhosinInfo, $countInputVars) : sprintf($this->lang->maxVarsInfo, $countInputVars);
|
||||
|
||||
$this->loadModel('story');
|
||||
$this->view->stories = $this->story->getProductStoryPairs($productID, $branch);
|
||||
$stories = $this->story->getProductStoryPairs($productID, $branch);
|
||||
$this->view->stories = array('' => '', 'ditto' => $this->lang->testcase->ditto) + $stories;
|
||||
|
||||
/* Set custom. */
|
||||
foreach(explode(',', $this->config->testcase->customBatchEditFields) as $field) $customFields[$field] = $this->lang->testcase->$field;
|
||||
|
||||
Reference in New Issue
Block a user