cal.pub0.org/apps
Alex van Andel ef49fc4ce1
fix: Remove/Update behaviour of date-overrides
## What does this PR do?

This is not the cleanest approach, but the existing mechanism didn't work in a few situations because of the date sort. The update caused a re-render that caused an invalid unsortedFieldArrayMap.

Reproduction/how to test: 

**Updating bug was hit when you changed the date and it went before another date (re-ordering)**; which then modified the wrong date override. This PR replaces the entire array which retains the correct sort order by brute force.

**Delete bug was encountered if the sorted order was not the same as the filtered order, which depends on the order you created the date overrides in**. This PR implements an original order before the sort causing the right item to be removed.

Fixes #8043
2023-07-12 17:45:30 -07:00
..
api Add team example to POST (#10041) 2023-07-11 13:40:41 +02:00
storybook feat: from org team invite (#9569) 2023-07-10 15:16:51 +05:30
swagger chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
web fix: Remove/Update behaviour of date-overrides 2023-07-12 17:45:30 -07:00