mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-5013 Cherry-pick "Merge branch 'hotfix-2.5/MNT-17007_solr_query' into 'release/V2.5.0.x'"
Hotfix 2.5/mnt 17007 solr query 2.5.0.1 hotfix will contain the fix for the SOLR issue and Audit issue MNT-17007 - Cannot login with other user than admin, after RM 2.5 was installed RM-4249 - RM Audit doesn't work with alfresco 5.2 See merge request !602 Nb. This does not copy across the updates to the automation tests. (cherry picked from commitf19ece3538
) (cherry picked from commit1822c418f7
)
This commit is contained in:
@@ -92,8 +92,8 @@ public class NotifyOfRecordsDueForReviewJobExecuter extends RecordsManagementJob
|
|||||||
// notification has not been sent.
|
// notification has not been sent.
|
||||||
StringBuilder queryBuffer = new StringBuilder();
|
StringBuilder queryBuffer = new StringBuilder();
|
||||||
queryBuffer.append("+ASPECT:\"rma:vitalRecord\" ");
|
queryBuffer.append("+ASPECT:\"rma:vitalRecord\" ");
|
||||||
queryBuffer.append("+(@rma\\:reviewAsOf:[MIN TO NOW] ) ");
|
queryBuffer.append("AND @rma\\:reviewAsOf:[MIN TO NOW] ");
|
||||||
queryBuffer.append("+( ");
|
queryBuffer.append("AND ( ");
|
||||||
queryBuffer.append("@rma\\:notificationIssued:false ");
|
queryBuffer.append("@rma\\:notificationIssued:false ");
|
||||||
queryBuffer.append("OR ISNULL:\"rma:notificationIssued\" ");
|
queryBuffer.append("OR ISNULL:\"rma:notificationIssued\" ");
|
||||||
queryBuffer.append(") ");
|
queryBuffer.append(") ");
|
||||||
|
Reference in New Issue
Block a user