REPO-3630/MNT-19696: REST API add order by parameter option to GET favorites (#354)

- add title to the PersonFavouriteKey constructor

cherry-picked 9c098fa from master
This commit is contained in:
Andrei Forascu
2019-02-28 12:18:43 +02:00
parent dda72c4c68
commit 0678851ee7

View File

@@ -67,6 +67,7 @@ public class PersonFavourite
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()