-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Move voip's Wrap-up and On-hold functionality to EE (Backend) #25160
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently on CE, it shows you the modal to close the conversation but doesn't store the data. Would be better to not to show the modal at all 👀
The other thing: when looking at the calls panel, the call has both values as "Not available", would be good to not to show them if there's no valid license, maybe @MartinSchoeler can help you with how to achieve that 🤗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you check my comment? thanks
Well, both these behaviours were actually intentional since I was planning to keep this PR isolated to backend only change. However, I don't mind adding the frontend changes too in here if the frontend guys are okay with it. @MartinSchoeler WDYT? |
Hi @KevLehman The Frontend guys would like to keep this PR isolated from any frontend changes so it is easier to review. So what do you say about that? Should we merge this after this month's release by keeping it isolated to just backend changes? |
This comment was marked as outdated.
This comment was marked as outdated.
Done with this change. This PR is again ready for review 😄 |
Noticed you moved some files to |
That's a good idea. I've moved them into their own folder now 👍 PS: Seems like we're facing the same build issue on this PR too :( |
remove unwanted log
Co-authored-by: Kevin Aleman <[email protected]>
Resynced PR with develop for QA team as agent's page wasn't working on this branch. Hence lost the approval here 🙈 @KevLehman Mind doing the honours again? 😃 |
Let's wait for the other revs :) |
This PR currently has a merge conflict. Please resolve this and then re-add the |
…e/split-useUserInfoActions * 'develop' of github.com:RocketChat/Rocket.Chat: (41 commits) Regression: Fix apps wrong typing (#25824) Chore: Remove compose from main repo (#23426) [FIX] `You and @Yourusername reacted with`title on reactions (#25733) [FIX] AgentsPage pagination (#25820) Chore: Move voip's Wrap-up and On-hold functionality to EE (Backend) (#25160) [FIX] Access issue on chat.getThreadsList (#25750) Chore: Remove snap files from Houston config (#25819) [FIX] Voip endpoint permissions (#25783) [FIX] allow only livechat-agents to be contact manager for any omnichannel contact (#25451) Chore: use params instead of URL building on livechat endpoints (#25810) Regression: fix apps path (#25809) [BREAK] Remove RDStation integration (#25774) Chore: RestApiClient as Package (#25469) [FIX] Wrong argument name preventing Omnichannel Chat Forward to User (#25723) [FIX] AccountBox checks for condition (#25708) Chore: Fix CI (#25797) [FIX] Fix prom-client new promise usage (#25781) [FIX] Discussion alphabetical ordering (#25788) Update .kodiak.toml Update .kodiak.toml ...
…homepage * 'develop' of github.com:RocketChat/Rocket.Chat: (21 commits) [FIX] Client-generated sort parameters in channel directory (#25768) Chore: Add tests for agents screens (#25637) Chore: Notification Preferences to TS (#25827) Chore: Convert MemoizedSetting, Setting, Section (#25572) Regression: Fix users.create call (#25834) Chore: Add auto label and improve Kodiak configuration (#25829) Regression: Fix apps wrong typing (#25824) Chore: Remove compose from main repo (#23426) [FIX] `You and @Yourusername reacted with`title on reactions (#25733) [FIX] AgentsPage pagination (#25820) Chore: Move voip's Wrap-up and On-hold functionality to EE (Backend) (#25160) [FIX] Access issue on chat.getThreadsList (#25750) Chore: Remove snap files from Houston config (#25819) [FIX] Voip endpoint permissions (#25783) [FIX] allow only livechat-agents to be contact manager for any omnichannel contact (#25451) Chore: use params instead of URL building on livechat endpoints (#25810) Regression: fix apps path (#25809) [BREAK] Remove RDStation integration (#25774) Chore: RestApiClient as Package (#25469) [FIX] Wrong argument name preventing Omnichannel Chat Forward to User (#25723) ...
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Further comments