* Strip delta from post data.

This commit is contained in:
dingguodong
2023-09-06 11:31:04 +08:00
parent aef33d4a98
commit c8fa8aa39e
+1 -1
View File
@@ -1143,7 +1143,7 @@ class executionModel extends model
->stripTags($this->config->execution->editor->putoff['id'], $this->config->allowedTags)
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', helper::now())
->remove('comment')
->remove('comment,delta')
->get();
$this->checkBeginAndEndDate($oldExecution->project, $execution->begin, $execution->end);