* adjust for task #47159.

This commit is contained in:
王怡栋
2022-01-14 14:39:54 +08:00
parent 66c2245134
commit 0e4cb7a2dd
2 changed files with 2 additions and 1 deletions
@@ -102,6 +102,7 @@
<?php echo html::hidden("PO", '');?>
<?php echo html::hidden("QD", '');?>
<?php echo html::hidden("RD", '');?>
<?php echo html::hidden("type", 'kanban');?>
<?php echo html::hidden("vision", 'lite');?>
</td>
</tr>
+1 -1
View File
@@ -327,7 +327,7 @@ class executionModel extends model
->setIF($this->config->systemMode == 'new', 'parent', $this->post->project)
->setIF($this->post->acl == 'open', 'whitelist', '')
->join('whitelist', ',')
->add('type', $type)
->setDefault('type', $type)
->stripTags($this->config->execution->editor->create['id'], $this->config->allowedTags)
->remove('products, workDays, delta, branch, uid, plans, teams, teamMembers, contactListMenu')
->get();