mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
80111: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0/Cloud) 79532: MNT-11450: Merged DEV to V4.2-BUG-FIX (4.2.4) 70775: MNT-11450: New filter works incorrect on Discussions Topic List. - "New" discussion topics section displays the topics created or updated in the past seven days git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82714 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -41,7 +41,7 @@ import org.springframework.extensions.webscripts.WebScriptRequest;
|
|||||||
*/
|
*/
|
||||||
public class ForumTopicsRecentGet extends AbstractDiscussionWebScript
|
public class ForumTopicsRecentGet extends AbstractDiscussionWebScript
|
||||||
{
|
{
|
||||||
protected static final int RECENT_SEARCH_PERIOD_DAYS = 30;
|
protected static final int RECENT_SEARCH_PERIOD_DAYS = 7;
|
||||||
protected static final long ONE_DAY_MS = 24*60*60*1000;
|
protected static final long ONE_DAY_MS = 24*60*60*1000;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user