-
Notifications
You must be signed in to change notification settings - Fork 11.6k
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
feat: Added business unit field to edit department page #35370
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 082a372 The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #35370 +/- ##
===========================================
- Coverage 59.67% 59.67% -0.01%
===========================================
Files 2826 2826
Lines 68335 68313 -22
Branches 15139 15134 -5
===========================================
- Hits 40781 40764 -17
+ Misses 24941 24937 -4
+ Partials 2613 2612 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
apps/meteor/client/views/omnichannel/departments/utils/formatAgentListPayload.ts
Outdated
Show resolved
Hide resolved
apps/meteor/tests/e2e/omnichannel/omnichannel-monitor-department.spec.ts
Show resolved
Hide resolved
9b05ffa
0708f18
to
6cfb067
Compare
6cfb067
to
aeeb82d
Compare
Proposed changes (including videos or screenshots)
This PR adds a new field "Unit" to the new/edit department page.
Before, monitors were able to create new departments, but since the newly created department was not associated with their business unit, they weren't able to access it nor associate afterwards via the units page (monitors usually don't have
manage-livechat-units
permission). This field allows monitors to specify their unit at the department's creation.Issue(s)
SUP-614
Steps to test or reproduce
Further comments
This feature brought to our attention a legacy gap in the product that we plan on addressing in version 7.6. So for this release we are not going to allow editing the unit field once a department is created.