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:
@@ -493,7 +493,7 @@ DoSearchA = function(){
|
||||
if (((numPage-1)*pageSize) >= total) {
|
||||
numPage--;
|
||||
}
|
||||
availableGrid.getBottomToolbar().changePage(numPage);
|
||||
availableGrid.getBottomToolbar().changePage(getPageData().activePage);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user