[FEATURE] Omnichannel / Directory - Contacts Tab#19904
Conversation
…nd new button aside filter
…nel/directory-new-contact
…tory button and fixing contact manager field.
|
This pull request introduces 1 alert when merging 586386b into f8916f8 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 08c9ba5 into f8916f8 - view on LGTM.com new alerts:
|
|
|
||
| export default function CustomFieldsForm({ customFieldsData, setCustomFieldsData, onLoadFields = () => {}, ...props }) { | ||
| const customFieldsJson = useSetting('Accounts_CustomFields'); | ||
| export default function CustomFieldsForm({ jsonCustomFields, customFieldsData, setCustomFieldsData, onLoadFields = () => {}, ...props }) { |
There was a problem hiding this comment.
Let's create a new form to deal with Contact Custom Fields. Using a global form for different things may bring
coupling problems.
…, renaming contactManager data.
|
This pull request introduces 1 alert when merging 2f5e021 into 0241ac5 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 2a369dd into 0241ac5 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 9943111 into 0241ac5 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging e5f495d into 0241ac5 - view on LGTM.com new alerts:
|
|
This pull request introduces 1 alert when merging 57d14e5 into 0241ac5 - view on LGTM.com new alerts:
|
…ocketChat/Rocket.Chat into omnichannel/directory-contacts
|
This pull request introduces 1 alert when merging 4608f20 into 0241ac5 - view on LGTM.com new alerts:
|
Proposed changes
Adding the contacts tab to omnichannel directory.
Issue(s)
How to test or reproduce
Screenshots
Types of changes
Checklist
Changelog
Further comments