mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
130681 jvonka: REPO-1058 / REPO-1242: REST API - list sites - add option to orderBy (id, title or description) - initial implementation (note: default remains "id asc") - TODO add tests (see REPO-1244) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@132168 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -73,4 +73,8 @@ public interface Sites
|
||||
String PARAM_PERMANENT = "permanent";
|
||||
String PARAM_SKIP_ADDTOFAVORITES = "skipAddToFavorites";
|
||||
String PARAM_SKIP_SURF_CONFIGURATION = "skipConfiguration";
|
||||
|
||||
String PARAM_SITE_ID = "id";
|
||||
String PARAM_SITE_TITLE = "title";
|
||||
String PARAM_SITE_DESCRIPTION = "description";
|
||||
}
|
||||
|
Reference in New Issue
Block a user