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)
- add title to the PersonFavouriteKey constructor
cherry-picked 9c098fa
from master
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