Skip to content

Delay based on Activity custom date field comparison not triggered.

yurg requested to merge yurg/civirules:patch-1 into master

Use case: an email needs to be sent one day before an Activity custom Date field. Before fix: Delay has not being triggered and the email fired immediately after Activity creation. Also, no new record(s) in civicrm_queue_item table and no errors in any known logs. After fix: All works as it should.

Merge request reports