mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
ALF-9153 Update the topic listing service methods to optionally filter by cm:creator, with tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29943 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -67,11 +67,11 @@ public class ForumTopicsGet extends AbstractDiscussionWebScript
|
|||||||
{
|
{
|
||||||
if(site != null)
|
if(site != null)
|
||||||
{
|
{
|
||||||
topics = discussionService.findTopics(site.getShortName(), tag, paging);
|
topics = discussionService.findTopics(site.getShortName(), null, tag, paging);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
topics = discussionService.findTopics(nodeRef, tag, paging);
|
topics = discussionService.findTopics(nodeRef, null, tag, paging);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user