CS-15572 : StartIndex handled incorrectly when switching between the various Filter by options while listing ISOs in the UI

This commit is contained in:
Pranav Saxena 2012-07-13 12:32:38 +05:30
parent 64cfdc5254
commit 374be31b63

View File

@ -1261,6 +1261,10 @@
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() {
loadBody(
$table,