cal/packages/features
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
..
apps feat: Enable Apps for Teams & Orgs [CAL-1782] (#9337) 2023-07-06 16:48:39 +00:00
auth fix: update should be based on email only (#9977) 2023-07-06 23:55:00 +00:00
bookings fix: Allow editing guests when rescheduling or editing a booking (#9878) 2023-07-12 15:44:11 +05:30
calendars feat: Add divider and set spacing on modals with the type=creation prop (feat-add-divider) 2023-06-29 08:47:16 +01:00
conferencing Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
ee fix: incomplete vercel api error message on org creation (#9875) 2023-07-12 20:29:13 +00:00
eventtypes fix: unnecessary whitespace in profile (#10071) 2023-07-11 21:26:28 +00:00
filters fix: seats regression [CAL-2041] 2023-07-11 20:41:08 +05:30
flags chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
form-builder fix: [CAL-1959] Removed duplicate value warnings on starting dev server(#1959) (#9596) 2023-06-30 04:06:01 +00:00
insights feat: insights orgs [CAL-1888] (#9551) 2023-06-29 19:03:44 +02:00
kbar feat: organizations sidebar (#9395) 2023-06-15 16:12:47 +05:30
links Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
schedules fix: Remove/Update behaviour of date-overrides 2023-07-12 17:45:30 -07:00
settings fix: Orgs/create child teams CAL-1986 (#9631) 2023-07-07 16:48:51 +00:00
shell fix: 404 links issue (#9928) 2023-07-11 13:05:41 +00:00
test fix: 404 booking pages when org support is enabled locally 2023-07-10 12:19:33 -07:00
tips chore: Sync packages mismatches (#9725) 2023-06-22 15:25:37 -07:00
users fix: update top banner (#9580) 2023-06-17 01:06:04 +00:00
webhooks feat: disable workflows and webhooks for orgs + UI changes [CAL-1873] (#9504) 2023-06-26 06:37:59 -04:00
index.ts Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00
package.json test: Remove mockdate and replate with vitest system time (#9750) 2023-06-23 16:10:43 +00:00
tailwind.config.js Adds basic global feature flags (#7459) 2023-03-24 17:59:04 -07:00
tsconfig.json New Booker Component (preparations for booker atom) (#6792) 2023-04-24 16:32:30 +02:00