* code for task #74178.

This commit is contained in:
wangyidong
2022-11-01 10:22:13 +08:00
parent 3a8ef27bec
commit 40e20fa112
6 changed files with 20 additions and 7 deletions
+4
View File
@@ -853,6 +853,10 @@ class actionModel extends model
{
$desc = $this->lang->$objectType->action->rejectreviewed;
}
elseif($action->objectType == 'story' and $action->action == 'closed' and $action->extra === 'autoclosed')
{
$desc = $this->lang->$objectType->action->autoclosed;
}
elseif($action->objectType == 'productplan' and in_array($action->action, array('startedbychild','finishedbychild','closedbychild','activatedbychild', 'createchild')))
{
$desc = $this->lang->$objectType->action->changebychild;