APIv4 - Fix incorrect placement of decodeRows in loop
authorColeman Watts <coleman@civicrm.org>
Thu, 6 Jan 2022 19:26:59 +0000 (14:26 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 7 Jan 2022 23:58:34 +0000 (18:58 -0500)
commit30493ced57146bf1f405b488e2fc150a898a1a5e
tree65abce0bd4c53d4b9f8812ffae332a940a205f0d
parentbcded1cf9fc446e3da61ffeb69b404640a157e69
APIv4 - Fix incorrect placement of decodeRows in loop

The funciton is designed to loop through all items, so needs to be placed
outside the loop that creates the items.
Civi/Api4/Generic/Traits/DAOActionTrait.php