when doing the foreach, instead of the oic treating the array as 3 different objects, it is joining everything together, making for example a merge: 2021-11-17 2021-11-17 2021-11-17 for example, it takes the date field from the 3 objects and merges them into one, do you have any idea why this happens?
Great session.
when doing the foreach, instead of the oic treating the array as 3 different objects, it is joining everything together, making for example a merge:
2021-11-17 2021-11-17 2021-11-17
for example, it takes the date field from the 3 objects and merges them into one, do you have any idea why this happens?