tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Audit Configuration not saving in ACA admin for Complete task Action #2422

Closed katiebrill closed 3 years ago

katiebrill commented 3 years ago

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. image

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.

image

You can see that the folder notes config does work however because it checks against both the string "true" and the boolean true

katiebrill commented 3 years ago

Commit 26444 CR: aking, dvora

katiebrill commented 3 years ago

Merged to ACA 3.4.3.1 branch