* Finish task #3224.

This commit is contained in:
pengjiangxiu
2017-09-20 15:37:26 +08:00
parent da796c772c
commit 6a8f072e42
9 changed files with 37 additions and 19 deletions
+4 -4
View File
@@ -37,7 +37,7 @@ class taskModel extends model
->setDefault('openedDate', helper::now())
->stripTags($this->config->task->editor->create['id'], $this->config->allowedTags)
->join('mailto', ',')
->remove('after,files,labels,assignedTo,uid')
->remove('after,files,labels,assignedTo,uid,storyEstimate,storyDesc,storyPri')
->get();
foreach($this->post->assignedTo as $assignedTo)
@@ -1583,9 +1583,9 @@ class taskModel extends model
/**
* Judge an action is clickable or not.
*
* @param object $task
* @param string $action
*
* @param object $task
* @param string $action
* @access public
* @return bool
*/