Skip to content

WIP: Drop more LIMIT 1000

Romain Courteaud requested to merge romain/erp5:droplimit1000 into master

This limit seems to have an unexpected side effect on the forum RSS feed.

WebSection_getLatestDiscussionPostList calls getDocumentValueList which returns 1000 Discussion Thread in a non fixed order, leading to different parent_uid and so, different Discussion Post result list.

Merge request reports