This commit is contained in:
wangyidong
2023-10-10 10:56:14 +08:00
parent 5676118d7f
commit 36ebe57f33
+1 -1
View File
@@ -6771,7 +6771,7 @@ class storyModel extends model
$products = zget($options, 'products', array());
$isShowBranch = zget($options, 'isShowBranch', '');
$userFields = array('assignedTo', 'openedBy', 'closedBy', 'lastEditedBy', 'feedbackBy');
$userFields = array('openedBy', 'closedBy', 'lastEditedBy', 'feedbackBy');
$dateFields = array('assignedDate', 'openedDate', 'closedDate', 'lastEditedDate', 'reviewedDate', 'activatedDate');
$executionID = empty($execution) ? $this->session->execution : $execution->id;
$showBranch = isset($this->config->product->browse->showBranch) ? $this->config->product->browse->showBranch : 1;