Skip to content

Commit

Permalink
Merge pull request #61 from webitel/fix/open-communications-tab-for-n…
Browse files Browse the repository at this point in the history
…ew-contact

fix: open communications tab for new contact[WTEL-4350]
  • Loading branch information
Lera24 authored Mar 25, 2024
2 parents 12a00d4 + 2940e46 commit 2e7eb87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ const communicationOptions = [
addNamespace: `${props.namespace}/ADD_PHONE`,
updateNamespace: `${props.namespace}/UPDATE_PHONE`,
},
// {
// value: 'messaging',
// text: ,
// filterField: EngineCommunicationChannels.Messaging,
// namespace: ,
// },
];
const getDefaultDraft = () => ({
Expand Down
2 changes: 1 addition & 1 deletion src/modules/contacts/components/the-contacts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function communicationsLink({ id }) {
}
function saved(id) {
router.push(`/${CrmSections.CONTACTS}/${id}`);
router.push(`/${CrmSections.CONTACTS}/${id}/communications`);
}
function closeContactPopup() {
Expand Down

0 comments on commit 2e7eb87

Please sign in to comment.