You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected the system to loop through the resources to 'sync' all values from the relationship.
Steps to Reproduce
When I use auditSync('resources', $resources) it puts in a blank output into the DB. I have an array of IDs that I sync with. If I just pass one ID, it syncs fine, but if it's an array of IDs it turns up with blank values in the DB.
Is there any chance a fix for this can get prioritized? Still an issue with v13.6.4 as best I can tell. We have ours locked to v13.5.* in order to get correct audit logs.
Actual Behaviour
Empty audit values when using auditSync.
Expected Behaviour
I expected the system to loop through the resources to 'sync' all values from the relationship.
Steps to Reproduce
When I use auditSync('resources', $resources) it puts in a blank output into the DB. I have an array of IDs that I sync with. If I just pass one ID, it syncs fine, but if it's an array of IDs it turns up with blank values in the DB.
Here's my relationship.
Possible Solutions
Possible solution, have the Auditing system loop through an array instead of just limiting it to one?
The text was updated successfully, but these errors were encountered: