This commit is contained in:
holan20180123
2020-08-19 08:29:36 +08:00
45 changed files with 2162 additions and 113 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class riskModel extends model
->add('editedBy', $this->app->user->account)
->add('editedDate', helper::today())
->stripTags($this->config->risk->editor->track['id'], $this->config->allowedTags)
->remove('comment,uid')
->remove('ischange,comment,uid')
->removeIF($this->post->isChange == 0, 'name,category,strategy,impact,probability,riskindex,pri,prevention,resolution' )
->get();