mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
REPO-3630/MNT-19696: REST API add order by parameter option to GET favorites (#354)
* REPO-3630: - add title to the PersonFavouriteKey constructor * [maven-release-plugin] prepare release alfresco-repository-repo-3630-1 * [maven-release-plugin] prepare for next development iteration
This commit is contained in:
@@ -66,7 +66,8 @@ public class PersonFavourite
|
|||||||
this.userName = userName;
|
this.userName = userName;
|
||||||
this.type = type;
|
this.type = type;
|
||||||
this.nodeRef = nodeRef;
|
this.nodeRef = nodeRef;
|
||||||
this.createdAt = createdAt;
|
this.createdAt = createdAt;
|
||||||
|
this.title = title;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getTitle()
|
public String getTitle()
|
||||||
|
Reference in New Issue
Block a user