Skip to content

Commit

Permalink
[jan] Fix redirecting to task list after completing a task (Bug #14678).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Aug 10, 2017
1 parent e56d288 commit 25f662f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions nag/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v4.2.16-git
-----------

[jan] Fix redirecting to task list after completing a task (Bug #14678).


-------
Expand Down
2 changes: 1 addition & 1 deletion nag/lib/Task.php
Expand Up @@ -864,7 +864,7 @@ public function process($indent = null)
? 't/complete'
: 'task/complete.php'
)->add(array(
'url' => Horde::url('list.php'),
'url' => Horde::signUrl(Horde::url('list.php')),
'task' => $this->id,
'tasklist' => $this->tasklist
));
Expand Down
4 changes: 2 additions & 2 deletions nag/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix redirecting to task list after completing a task (Bug #14678).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1814,7 +1814,7 @@
<date>2017-08-01</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix redirecting to task list after completing a task (Bug #14678).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 25f662f

Please sign in to comment.