* adjust for task #47159.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user