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

@@ -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()