Chore: Fix Omnichannel E2E tests not running (#26092)
Chore: Remove TimeSync usage (#26294)
Chore: Tests refactor pageobjects (#26245)
Chore: VideoConference UX/UI Refactor 1st Interaction (#26183)
Regression: Add v1 to licenses.add endpoint (#26311)
Regression: Adjusted priority to run canned responses replace before new parser (#26298)
Canned responses placeholders were not being replaced properly after we changed to the new md parser. Regression: Clear user selection filter after selecting desired user. (#26295)
Regression: Contact manager edit/view not working (#26155)
Basically, the Contact Center was working, but not the right way. This PR fixes:
Ability to select Contact Managers from dropdown
Ability to validate Contact Edits without requesting data a ton of times
Ability to remove Contact manager from a contact
Ability to see Contacts and Contact Managers on Contact View
Fix endpoints validation
Add validators (ajv) to endpoint, thou not being used yet (since we hit a special endpoint)
Regression: Fix app icons breaking UI (#26278)
Regression: Fix breaking omnichannel tests (#26305)
Regression: Fix permissions page pagination (#26304)
Regression: Remove 4.0 version banner (#26251)
Created a migration to disable and dismiss for all users the old 4.0 version banner.2022-07-20 · 12 🔍 · 13 👩💻👨💻
🔍 Minor changes
This fix changes the priority so that the canned responses replace logic runs before the parser, thus bringing back this functionality.
It happened when a new admin user has been added.