The complete task Action in ACA has a toggle to enable audit for the action. It the toggle is enabled, we would expect an audit event to get generated when the complete task action is executed in ACA, however, this is not the case.
This is because the logic that checks this config checks against the string value "true" while the config iteself gets set to the boolean true so the auditEvent configuration never gets set to true.
You can see that the folder notes config does work however because it checks against both the string "true" and the boolean true
The complete task Action in ACA has a toggle to enable audit for the action. It the toggle is enabled, we would expect an audit event to get generated when the complete task action is executed in ACA, however, this is not the case.
This is because the logic that checks this config checks against the string value "true" while the config iteself gets set to the boolean true so the auditEvent configuration never gets set to true.
You can see that the folder notes config does work however because it checks against both the string "true" and the boolean true