Skip to content

Commit 27da52a

Browse files
author
Gabriele Panico
committed
# 3.4.27-rc19
1 parent 944b32f commit 27da52a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### **Copyrigth**:
99
*Tiledesk SRL*
1010

11+
# 3.4.27-rc19
12+
- **added**: window.parent['openTicketOnHDA']
13+
1114
# 3.4.27-rc18
1215
- **added**: triggerOnUpdateNewConversationBadge to update conversation badge count in parent component
1316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chat21/chat21-ionic",
33
"author": "Tiledesk SRL",
4-
"version": "3.4.27-rc18",
4+
"version": "3.4.27-rc19",
55
"license": "MIT License",
66
"homepage": "https://tiledesk.com/",
77
"repository": {

src/app/pages/conversation-detail/conversation-detail.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ export class ConversationDetailPage implements OnInit, OnDestroy, AfterViewInit
19381938
}
19391939

19401940

1941-
onOpenTicket() {
1941+
onOpenTicket(event) {
19421942
this.logger.debug('[CONVS-DETAIL] openTicketOnExternalService - conversationWith ', this.conversationWith)
19431943
if(window.parent['openTicketOnHDA']){
19441944
window.parent['openTicketOnHDA'](this.conversationWith)

0 commit comments

Comments
 (0)