diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-18 21:04:06 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-18 21:04:06 -0400 |
commit | 6d5ffaa848dcbc09538f79cb0cdea08f5306f4a4 (patch) | |
tree | 2b782b7bc4b7f25cfa9021f7250450c7534f86cb /app/Template/comment/edit.php | |
parent | db95e96f92a15660dc043eb033a0f7737b59a030 (diff) |
Send all Kanboard events to the webhook (breaking change)
Diffstat (limited to 'app/Template/comment/edit.php')
-rw-r--r-- | app/Template/comment/edit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/comment/edit.php b/app/Template/comment/edit.php index b4126a3e..2785fe62 100644 --- a/app/Template/comment/edit.php +++ b/app/Template/comment/edit.php @@ -7,6 +7,7 @@ <?= $this->formCsrf() ?> <?= $this->formHidden('id', $values) ?> <?= $this->formHidden('task_id', $values) ?> + <?= $this->formHidden('user_id', $values) ?> <div class="form-tabs"> <ul class="form-tabs-nav"> |