Skip to content
Snippets Groups Projects
Unverified Commit 88f97b55 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5143 from aydreeihn/issue/task-update

Issue: Edit Task Fields
parents 9301136a 05cbb758
No related branches found
No related tags found
No related merge requests found
......@@ -29,13 +29,15 @@ if ($info['error']) {
<div>
<?php
if ($forms) {
foreach ($forms as $form)
foreach ($forms as $form) {
$form->addMissingFields();
echo $form->getForm(false, array('mode' => 'edit'))->asTable(
__('Task Information'),
array(
'draft-namespace' => $namespace,
)
);
}
}
?>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment