mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-2612 (The name filter can not be applied after sorting the users in the Security Clearance page)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@112567 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -22,6 +22,7 @@ import static java.lang.Boolean.parseBoolean;
|
||||
import static java.lang.Integer.parseInt;
|
||||
import static org.apache.commons.lang.StringUtils.isBlank;
|
||||
import static org.apache.commons.lang.StringUtils.isNotBlank;
|
||||
import static org.springframework.extensions.surf.util.URLDecoder.decode;
|
||||
import static org.springframework.extensions.webscripts.Status.STATUS_INTERNAL_SERVER_ERROR;
|
||||
|
||||
import java.util.ArrayList;
|
||||
@@ -216,6 +217,7 @@ public class UserSecurityClearanceGet extends AbstractRmWebScript
|
||||
{
|
||||
return;
|
||||
}
|
||||
sortFields = decode(sortFields);
|
||||
String sortAscendingFlags = req.getParameter(SORT_ASCENDING_FLAGS);
|
||||
sortAscendingFlags = (isBlank(sortAscendingFlags) ? "True" : sortAscendingFlags);
|
||||
|
||||
|
Reference in New Issue
Block a user