* Adjust ztf script synced rule.

This commit is contained in:
caoyanyi
2024-01-11 14:22:17 +08:00
parent c3bebc9915
commit d4e2a44128
+1
View File
@@ -652,6 +652,7 @@ class testcaseZen extends testcase
->join('stage', ',')
->join('linkCase', ',')
->cleanInt('story,product,branch,module')
->skipSpecial('script')
->stripTags($this->config->testcase->editor->edit['id'], $this->config->allowedTags)
->remove('files,labels,scriptFile,scriptName')
->get();