mirror of https://github.com/apache/cloudstack.git
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: commit2b2e491f27Author: bfederle <bfederle@gmail.com> Date: Tue Jul 17 11:38:56 2012 -0700 CS-15572: Fix page index for list view filters This reverts commit374be31b63.
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…
Reference in New Issue