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:
Andrei Forascu
2019-02-27 12:31:59 +02:00
committed by GitHub
parent 2847d03133
commit 9c098fad24

View File

@@ -66,7 +66,8 @@ public class PersonFavourite
this.userName = userName;
this.type = type;
this.nodeRef = nodeRef;
this.createdAt = createdAt;
this.createdAt = createdAt;
this.title = title;
}
public String getTitle()