mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Revert "CS-15572 : StartIndex handled incorrectly when switching between the various Filter by options while listing ISOs in the UI"
This was reverted, as another commit fixed the issue already:
commit 2b2e491f27a1485338557a775e5c21179a19b32b
Author: bfederle <bfederle@gmail.com>
Date: Tue Jul 17 11:38:56 2012 -0700
CS-15572: Fix page index for list view filters
This reverts commit 374be31b63f6ea0f835495933730358380745a56.
This commit is contained in:
parent
5ba20b328d
commit
e13a7a8387
@ -1261,10 +1261,6 @@
|
||||
return true;
|
||||
});
|
||||
|
||||
$listView.find('#filterBy').bind('click',function(event) {
|
||||
page = 1; //Handling the case to display more than 20 entities on a page while switching between panels
|
||||
return page;
|
||||
});
|
||||
var search = function() {
|
||||
page = 1;
|
||||
loadBody(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user