3.15.0-rc.2


2021-05-26 · 1 · 4 · 6 ‍‍

Bug fixes

  • ENTERPRISE: Omnichannel Monitors can't forward chats to departments that they are not supervising (#22128)

    Currently, Omnichannel Monitors just can't forward chats to a department that is part of a Business Unit they're not supervising. This issue is causing critical problems on customer operations since this behaviour is not by design.
    The reason this issue is taking place is that, by design, Monitors just have access to departments related to the Business Units they're monitoring, but this restriction is designed only for Omnichannel management areas, which means in case the monitor is, also, an agent, they're supposed to be able to forward a chat to any available departments regardless the Business Units it's associated with.
    So, initially, the restriction was implemented on the Department Model and, now, we're implementing the logic properly and introducing a new parameter to department endpoints, so the client will define which type of departments it needs.

Minor changes
  • Regression: Add "User left team" message type (#22109)

    • Add 'ult' system message type, which is sent when a user leaves a team ("Has left the team.").
  • Regression: Make referrer header configurable (#22126)

  • regression: Migration 225 setting not being fetched correctly (#22108)

  • Release 3.14.2 (#22135)

‍‍ Core Team