diff options
author | Olivier Maridat <olivier.maridat@trialog.com> | 2016-04-18 19:31:17 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-04-18 13:31:17 -0400 |
commit | 53c992d6801918527da90d203697e2f6ea09fe9b (patch) | |
tree | 7bbca8aed6393c16e2eff0e3f65419ae677ab3b5 /doc | |
parent | bd64a2081ad1a5c953e38c746a9b5d4eecba088b (diff) |
Add hooks in task sidebar as in user sidebar (#2138)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 15e98043..2237e354 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -174,7 +174,8 @@ List of template hooks: | `template:task:details:third-column` | Task summary third column | | `template:task:details:fourth-column` | Task summary fourth column | | `template:task:dropdown` | Task dropdown menu in listing pages | -| `template:task:sidebar` | Sidebar on task page | +| `template:task:sidebar:actions` | Sidebar on task page (section actions) | +| `template:task:sidebar:information` | Sidebar on task page (section information) | | `template:task:form:left-column` | Left column in task form | | `template:task:form:right-column` | Right column in task form | | `template:task:show:top ` | Show task page: top | |