Skip to content

Commit

Permalink
[jan] Fix displaying of ticket tabs (Bug #12744).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 14, 2013
1 parent 821a23a commit bfe61b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions whups/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.0.0-git
----------

[jan] Fix displaying of ticket tabs (Bug #12744).
[mjr] Fix sourceselect preference handling (Bug #12718).
[jan] Hide citings in comments by default.
[jan] Move attachments list to separate ticket tab.
Expand Down
2 changes: 1 addition & 1 deletion whups/lib/Whups.php
Expand Up @@ -418,7 +418,7 @@ static public function addTopbarSearch() {
static public function getTicketTabs(&$vars, $id)
{
$tabs = new Horde_Core_Ui_Tabs(null, $vars);
$queue = $vars->get('queue');
$queue = Whups_Ticket::makeTicket($id)->get('queue');

$tabs->addTab(_("_History"), self::urlFor('ticket', $id), 'history');
$tabs->addTab(_("_Attachments"), self::urlFor('ticket_action', array('attachments', $id)), 'attachments');
Expand Down
2 changes: 2 additions & 0 deletions whups/package.xml
Expand Up @@ -28,6 +28,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Fix displaying of ticket tabs (Bug #12744).
* [mjr] Fix sourceselect preference handling (Bug #12718).
* [jan] Hide citings in comments by default.
* [jan] Move attachments list to separate ticket tab.
Expand Down Expand Up @@ -1051,6 +1052,7 @@
<date>2013-08-29</date>
<license uri="http://www.horde.org/licenses/bsdl.php">BSD-2-Clause</license>
<notes>
* [jan] Fix displaying of ticket tabs (Bug #12744).
* [mjr] Fix sourceselect preference handling (Bug #12718).
* [jan] Hide citings in comments by default.
* [jan] Move attachments list to separate ticket tab.
Expand Down

0 comments on commit bfe61b1

Please sign in to comment.