Merge branch 'master_xieqiyu_30583' into 'master'
* Fix bug#30583. See merge request easycorp/zentaopms!6579
This commit is contained in:
@@ -6507,7 +6507,7 @@ class storyModel extends model
|
||||
$fieldName = $changeInfo['field'];
|
||||
$fieldValue = $changeInfo['new'];
|
||||
|
||||
if(strpos('product,branch,module,plan,spec,verify,files,reviewers', $fieldName) !== false) continue;
|
||||
if(strpos('product,branch,module,plan,stage,stagedBy,spec,verify,files,reviewers', $fieldName) !== false) continue;
|
||||
$syncFieldList[$fieldName] = $fieldValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user