Wednesday, May 26, 2021
2 changes
Enhancements to existing features
Studio users can now choose whether new records can be created directly from avatar-style multi-select fields. This helps businesses prevent unintended data creation while keeping creation available where it is useful.
Original PR description
PURPOSE Allow to disable/enable creation from many2many_tags_avatar and many2many_avatar_user. SPEC Add disable creation options on many2many_tags_avatar and many2many_avatar_user widget. TASK 2451204
VoIP now avoids showing a misleading error when a user hangs up before a call is fully connected. It also recognizes an additional busy status, helping call feedback better match what actually happened.
Original PR description
- No longer display an error when the user hangs up on their own before the session is established. This error was confusing enough that some people reported it as a bug. - Add '600 Busy Everywhere' to recognized status codes.