Skip to content

Commit

Permalink
[mms] Fix filter drag/drop ordering working in basic view.
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 23, 2015
1 parent 582fe21 commit a18a3f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ingo/docs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
v3.2.4-git
----------

[mms] Fix filter drag/drop ordering working in basic view.
[mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).


Expand Down
2 changes: 2 additions & 0 deletions ingo/lib/Basic/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ protected function _init()
$page_output->addScriptFile('stripe.js', 'horde');
$page_output->addScriptFile('filters.js');

$page_output->ajax = true;

$topbar = $injector->getInstance('Horde_View_Topbar');
$topbar->search = true;
$topbar->searchAction = self::url();
Expand Down
2 changes: 2 additions & 0 deletions ingo/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [mms] Fix filter drag/drop ordering working in basic view.
* [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
</notes>
<contents>
Expand Down Expand Up @@ -1535,6 +1536,7 @@
<date>2014-12-03</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [mms] Fix filter drag/drop ordering working in basic view.
* [mms] Maildir requires UTF7-IMAP encoding for folder names (Bug #13378).
</notes>
</release>
Expand Down

0 comments on commit a18a3f5

Please sign in to comment.