Add comment creation form to the task summary page (pull-request #300)
This commit is contained in:
@@ -11,5 +11,17 @@
|
||||
'not_editable' => isset($not_editable) && $not_editable,
|
||||
)) ?>
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php if (! isset($not_editable)): ?>
|
||||
<?= Helper\template('comment_create', array(
|
||||
'skip_cancel' => true,
|
||||
'values' => array(
|
||||
'user_id' => Helper\get_user_id(),
|
||||
'task_id' => $task['id'],
|
||||
),
|
||||
'errors' => array(),
|
||||
'task' => $task
|
||||
)) ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
Reference in New Issue
Block a user