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 recognized that this controller adds the amount of entries + 1 to OCKCDOutcomeValue it already had for every new entry. So the first log has one. The second log adds two, the third log adds additional three.
Is this the right behaviour or am I doing something wrong? My setup is simply:
The button adds one entry. On the frontend it all looks fine and the data is correct.
I think I was a little unclear. So if I add a second entry. The first entry in the OCKStore is marked as deleted and two new entries are added. If I add a third entry, the previous two entries are marked deleted and three new ones are added.
I used the nausea example task (with schedule, anytime throughout the day) and card and just changed title and instructions.
I recognized that this controller adds the amount of entries + 1 to OCKCDOutcomeValue it already had for every new entry. So the first log has one. The second log adds two, the third log adds additional three.
Is this the right behaviour or am I doing something wrong? My setup is simply:
The text was updated successfully, but these errors were encountered: