BUG-9938 When trying to add a user in a group, and search the specific user, it just appears for one second, then it disappear.

I fixed the Search function in file 'workflow/engine/templates/groups/groups Members.js', it was changing the page after the search.
This commit is contained in:
jennylee
2012-10-26 14:18:19 -04:00
parent f017a624dc
commit 6ce13466d9

View File

@@ -493,7 +493,7 @@ DoSearchA = function(){
if (((numPage-1)*pageSize) >= total) {
numPage--;
}
availableGrid.getBottomToolbar().changePage(numPage);
availableGrid.getBottomToolbar().changePage(getPageData().activePage);
}
});
};