Closed kswenson closed 2 months ago
Project | codap-v3 |
Status | Passed |
Commit | c7a6a6f6bc |
Started | Aug 21, 2024 12:04 AM |
Ended | Aug 21, 2024 12:13 AM |
Duration | 08:33 💡 |
OS | Linux Ubuntu - |
Browser | Multiple |
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.87%. Comparing base (
b6f041c
) to head (a868019
). Report is 32 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
👍🏻LGTM Strikes me that this was a subtle bug. I still don't understand what caused the case ids to change.
The case ids are maintained in the groupKeyCaseIds
cache. This was being cleared incorrectly for the child-most collection, which resulted in generation of new ids for the cases of the child-most collection.
[PT-188117637] Undo of graph response to moving attribute from child to parent collection not working
A couple of issues:
DataSet
had completed its responseHere we fix the collection issues and add a mechanism for clients to listen for
DataSet
response to hierarchy changes.