-
- Downloads
fix: Canned Response custom tags break the GUI on enterprise (#29694)
Co-authored-by:
Kevin Aleman <kaleman960@gmail.com>
Showing
- .changeset/kind-coats-worry.md 5 additions, 0 deletions.changeset/kind-coats-worry.md
- apps/meteor/client/components/Omnichannel/Tags.tsx 26 additions, 25 deletionsapps/meteor/client/components/Omnichannel/Tags.tsx
- apps/meteor/client/views/omnichannel/directory/chats/contextualBar/ChatInfo.js 2 additions, 1 deletion...ews/omnichannel/directory/chats/contextualBar/ChatInfo.js
- apps/meteor/client/views/omnichannel/directory/chats/hooks/useTagsLabels.tsx 21 additions, 0 deletions...views/omnichannel/directory/chats/hooks/useTagsLabels.tsx
- apps/meteor/ee/app/api-enterprise/server/lib/canned-responses.js 9 additions, 4 deletions...teor/ee/app/api-enterprise/server/lib/canned-responses.js
- apps/meteor/ee/app/api-enterprise/server/lib/tags.ts 33 additions, 0 deletionsapps/meteor/ee/app/api-enterprise/server/lib/tags.ts
- apps/meteor/ee/app/livechat-enterprise/server/hooks/afterTagRemoved.ts 14 additions, 0 deletions...e/app/livechat-enterprise/server/hooks/afterTagRemoved.ts
- apps/meteor/ee/app/livechat-enterprise/server/hooks/index.ts 1 addition, 0 deletionsapps/meteor/ee/app/livechat-enterprise/server/hooks/index.ts
- apps/meteor/ee/app/livechat-enterprise/server/lib/LivechatEnterprise.ts 1 addition, 0 deletions.../app/livechat-enterprise/server/lib/LivechatEnterprise.ts
- apps/meteor/ee/client/hooks/useTagsList.ts 7 additions, 6 deletionsapps/meteor/ee/client/hooks/useTagsList.ts
- apps/meteor/ee/client/omnichannel/cannedResponses/CannedResponseEdit.tsx 2 additions, 6 deletions...client/omnichannel/cannedResponses/CannedResponseEdit.tsx
- apps/meteor/ee/client/omnichannel/components/CannedResponse/modals/CreateCannedResponse/index.tsx 1 addition, 2 deletions...ents/CannedResponse/modals/CreateCannedResponse/index.tsx
- apps/meteor/ee/server/models/raw/CannedResponse.ts 11 additions, 1 deletionapps/meteor/ee/server/models/raw/CannedResponse.ts
- apps/meteor/ee/server/models/raw/LivechatTag.ts 7 additions, 1 deletionapps/meteor/ee/server/models/raw/LivechatTag.ts
- apps/meteor/lib/callbacks.ts 2 additions, 0 deletionsapps/meteor/lib/callbacks.ts
- apps/meteor/tests/data/livechat/tags.ts 5 additions, 4 deletionsapps/meteor/tests/data/livechat/tags.ts
- apps/meteor/tests/end-to-end/api/livechat/15-canned-responses.ts 39 additions, 2 deletions...teor/tests/end-to-end/api/livechat/15-canned-responses.ts
- packages/core-typings/src/IOmnichannelCannedResponse.ts 1 addition, 1 deletionpackages/core-typings/src/IOmnichannelCannedResponse.ts
- packages/model-typings/src/models/ICannedResponseModel.ts 2 additions, 1 deletionpackages/model-typings/src/models/ICannedResponseModel.ts
- packages/model-typings/src/models/ILivechatTagModel.ts 2 additions, 1 deletionpackages/model-typings/src/models/ILivechatTagModel.ts
Loading
Please register or sign in to comment