Skip to content

[FEATURE] Omnichannel / Directory - Contacts Tab#19904

Merged
renatobecker merged 42 commits into
omnichannel/directoryfrom
omnichannel/directory-contacts
Dec 22, 2020
Merged

[FEATURE] Omnichannel / Directory - Contacts Tab#19904
renatobecker merged 42 commits into
omnichannel/directoryfrom
omnichannel/directory-contacts

Conversation

@rafaelblink

Copy link
Copy Markdown
Contributor

Proposed changes

Adding the contacts tab to omnichannel directory.

Issue(s)

How to test or reproduce

Screenshots

image

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Hotfix (a major bugfix that has to be merged asap)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Changelog

Further comments

…tory button and fixing contact manager field.
@rafaelblink rafaelblink added the planned Planned feature being handled by internal backlog label Dec 19, 2020
@rafaelblink rafaelblink added this to the 3.10.0 milestone Dec 19, 2020
@rafaelblink rafaelblink marked this pull request as ready for review December 19, 2020 01:54
@lgtm-com

lgtm-com Bot commented Dec 19, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 586386b into f8916f8 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@lgtm-com

lgtm-com Bot commented Dec 21, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 08c9ba5 into f8916f8 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

Comment thread app/livechat/server/lib/Livechat.js Outdated
Comment thread app/livechat/server/lib/Livechat.js Outdated

export default function CustomFieldsForm({ customFieldsData, setCustomFieldsData, onLoadFields = () => {}, ...props }) {
const customFieldsJson = useSetting('Accounts_CustomFields');
export default function CustomFieldsForm({ jsonCustomFields, customFieldsData, setCustomFieldsData, onLoadFields = () => {}, ...props }) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's create a new form to deal with Contact Custom Fields. Using a global form for different things may bring
coupling problems.

Comment thread client/omnichannel/directory/ContactInfo.js Outdated
Comment thread client/omnichannel/directory/ContactNewEdit.js
Comment thread client/omnichannel/directory/ContactNewEdit.js
Comment thread client/omnichannel/directory/OmnichannelDirectoryPage.js
Comment thread client/omnichannel/directory/ContactInfo.js Outdated
Comment thread client/omnichannel/directory/ContactInfo.js Outdated
Comment thread client/omnichannel/directory/ContactInfo.js Outdated
@lgtm-com

lgtm-com Bot commented Dec 21, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 2f5e021 into 0241ac5 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@lgtm-com

lgtm-com Bot commented Dec 22, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 2a369dd into 0241ac5 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@lgtm-com

lgtm-com Bot commented Dec 22, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 9943111 into 0241ac5 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@lgtm-com

lgtm-com Bot commented Dec 22, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging e5f495d into 0241ac5 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@lgtm-com

lgtm-com Bot commented Dec 22, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 57d14e5 into 0241ac5 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@renatobecker renatobecker merged commit 27d990d into omnichannel/directory Dec 22, 2020
@renatobecker renatobecker deleted the omnichannel/directory-contacts branch December 22, 2020 02:53
@lgtm-com

lgtm-com Bot commented Dec 22, 2020

Copy link
Copy Markdown

This pull request introduces 1 alert when merging 4608f20 into 0241ac5 - view on LGTM.com

new alerts:

  • 1 for Useless conditional

@renatobecker renatobecker removed this from the 3.10.0 milestone Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

planned Planned feature being handled by internal backlog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants