icingaweb2/library/Icinga/Web/Widget
Eric Lippmann 1492218962 Fix SortBox not usable w/o SortRules
The SortBox assumes the first avaiable sort column as default column if the given Sortable does not implement the SortRules interface.
When changing the direction of the default sort column, the sort box did not pass the column to Sortable::sort(). Thus the Sortable did not know by which column to sort.
Now the SortBox passes the sort column even if the direction of the default column is changed.

refs #9333
2015-08-18 14:18:48 +02:00
..
Chart Merge branch 'master' into bugfix/time-formatting-6778 2015-05-21 14:57:01 +02:00
Dashboard Dashboard: Defer construction of the Url object to Dashlet::getUrl() 2015-08-10 14:05:08 +02:00
Tabextension Icinga\Web\Widget\Tabextension\DashboardAction::apply(): translate label "Add To Dashboard" 2015-04-30 17:49:42 +02:00
AbstractWidget.php Fix some spelling errors in comments and messages 2015-03-08 15:32:22 +01:00
Dashboard.php lib: Make Dashboard::$tabs protected 2015-08-03 13:01:11 +02:00
FilterEditor.php FilterEditor: Only apply the filter if a query is set 2015-08-17 13:43:48 +02:00
FilterWidget.php Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00
Limiter.php Limiter: Do not use a hardcoded default limit 2015-05-15 15:22:22 +02:00
Paginator.php Paginator: relax requirements to Paginatable 2015-07-23 13:48:49 +02:00
SearchDashboard.php Fix "Try to get an inexistent pane." when clicking on the "Search" tab 2015-08-03 13:01:11 +02:00
SortBox.php Fix SortBox not usable w/o SortRules 2015-08-18 14:18:48 +02:00
Tab.php Fix issue that caused the refresh button to remove side bar 2015-07-29 17:18:52 +02:00
Tabs.php Tabs: Be less error-prone while calling array_search 2015-07-31 11:04:36 +02:00
Widget.php Note that our license is GPL v2 or any later version in our license header instead of pointing to the license's URL 2015-02-04 10:52:27 +01:00