2023-03-07 · 1 ️️️⚠️ · 5 🔍 · 9 👩💻👨💻
⚠️ BREAKING CHANGES
-
Update livechat:saveDepartment to accept a string array in departmentsAllowedToForward (#28261)
Breaking change: There have been some changes to
livechat:saveDepartment
meteor method'sdepartmentsAllowedToForward
parameter. Previously it used to accept a string which was a comma-separated list of departmentIds. The new type is an array of strings.Due to recent changes to the
useDepartmentList
hook the componentAutoCompleteDepartment
became incompatible with many of our existing pages, causing them to break. This PR makes them work again.
🔍 Minor changes
-
Chore: Manually define shared secrets to reusable workflows (#28315)
-
Regression:
Admin UI -> Rooms
Search filter not working (#27970) -
Regression: Fix hasLicense failing due call stack limit reasons (#28304)
-
Regression: Remove duplicated broadcast App events (#28310)
-
Regression: Zapier Callout using wrong props (#28311)