2021-04-01 · 4 🐛 · 22 🔍 · 14 👩💻👨💻
🐛 Bug fixes
-
"Taken At" and "Average of Response Time" fields not rendering properly on Room Information panel (#21365)
-
Inactivity Time field displaying wrong information (#21363)
-
Incorrect time format of the Queue Time field on the room information page (#21394)
-
Replace wrong field description on Room Information panel (#21395)
🔍 Minor changes
-
Regression: Add call to eraseRoom method (#21392)
- Replace
removeById
byeraseRoom
method's call (which not only deletes the room, but also erases its subscriptions and triggers some apps-engine events).
- Replace
-
Regression: Add isLastOwner property on teams.listRoomsOfUser endpoint (#21323)
-
Regression: Add scope to permission checks in Team's endpoints (#21369)
- Include scope (team's main room ID) in the permission checks;
- Remove the
teamName
parameter from themembers
,addMembers
,updateMember
andremoveMembers
methods (sinceteamId
will always be defined).
-
Regression: Change name-error description (#21385)
-
Regression: Contact Chat History component not visible (#21316)
-
Regression: Delete team member from related team's rooms (#21401)
-
Regression: directory not showing public channels of public teams (#21400)
-
Regression: Fix reactivity on teamsMembers and roomMembers (#21366)
-
Regression: Fix TeamsChannels reactivity (#21384)
-
Regression: invalid teams permission check. (#21374)
-
Regression: Modify canAccessRoom to adapt to teams specification (#21372)
-
Regression: New endpoint to list rooms available to be added to any team (#21373)
-
Regression: Omnichannel agents can't access new action buttons (#21306)
-
Regression: Permissions missing on new Room Edit and Contact Edit form (#21315)
-
Regression: Quick action button missing for Omnichannel On-Hold queue (#21285)
-
regression: Remove Breadcrumbs and update Tag component (#21399)
-
Regression: Room Edit form not rendering priority and custom fields (#21309)
-
regression: Team info permissions (#21387)
-
Regression: Teams should not have same name as users (#21371)
-
Regression: Unify team actions to add a room to a team (#21386)
-
Regression: unused names for team roles (#21376)
-
Update Apps-Engine version (#21398)