Patch 17289573: Oracle WebCenter Content 10.1.3 for Generic Platform - PLACEHOLDER FOR SECURITY PATC
We are running WCM on top of Webcenter content.
We tried to apply this patch but found that some of the pages are having errors after applied this patch. The issue is related to sort field. The code can be found below:
Code 1
<!--$if wcmDynamicList("RecruitNoticesList")-->
<!--$if not recruitStartRow-->
<!--$recruitStartRow = 1-->
<!--$endif-->
<!--$StartRow = recruitStartRow-->
<!--$QueryText = QueryText&' <AND> (xWebsites <contains> `safptc` <OR> xWebsites <contains> `'&siteId&'`)'-->
<!--$QueryText = QueryText&' <AND> (xHideItem <matches> `0` <OR> xHideItem <matches> ``)'-->
<!--$QueryText = QueryText&' <AND> (xPublishDate <= `'&dateCurrent()&'` <OR> (<NOT> (xPublishDate < `'&dateCurrent()&'` <OR> xPublishDate >= `'&dateCurrent()&'`)))'-->