Skip to content

Commit

Permalink
[jan] Fix top menu URLs to create new tasks in specific task lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jun 2, 2014
1 parent 6fc938a commit 21afb25
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
v4.2.0-git
----------

[jan] Fix top menu URLs to create new tasks in specific task lists.


------------
Expand Down
2 changes: 1 addition & 1 deletion nag/lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function topbarCreate(Horde_Tree_Renderer_Base $tree, $parent = null,

switch ($params['id']) {
case 'menu':
$add = Horde::url('task.php')->add('actionID', 'add_task');
$add = Horde::url('task.php', true)->add('actionID', 'add_task');

$tree->addNode(array(
'id' => $parent . '__new',
Expand Down
4 changes: 2 additions & 2 deletions nag/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix top menu URLs to create new tasks in specific task lists.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1504,7 +1504,7 @@
<date>2014-05-06</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix top menu URLs to create new tasks in specific task lists.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 21afb25

Please sign in to comment.