uvdesk / core-framework

UVDesk Community Helpdesk Core Framework Bundle providing the core essential functionalities and integration tools to easily integrate any other community helpdesk packages.
https://www.uvdesk.com
MIT License
60 stars 50 forks source link

When create a new ticket from email side with add a cc after that refresh mailbox showing an error #687

Open komal-sh-27 opened 1 year ago

komal-sh-27 commented 1 year ago

Description
When create a new ticket from email side with add a cc after that refresh mailbox showing an error

How to reproduce

Issue 1:

Step 1: Go to the email and add a cc from email end like this:

image

Step 2: Now refresh mailbox and here shows an error like this:

"Warning: array_merge(): Expected parameter 2 to be an array, string given"

image

Step 3: After fetching mailbox showing an error but also fetch tickets on admin dashboard and click on ticket for view showing an error like this:

"Impossible to access an attribute ("createdAt") on a null variable."

On Admin Panel:

Screenshot from 2023-08-23 15-40-27

On Customer Panel:

Screenshot from 2023-08-23 16-55-14

Issue 2:

Step 4: If we have add cc in reply from mail end then also showing a same error here

image

but mail reply not fetching on dashboard in ticket thread. Every time shows this error when we fetch mailbox.

Possible Solution

If we have added a cc from email side then should be add as a collaborator in tickets. Also, ticket view page should be work instead of shows error

cableriassupport commented 9 months ago

Hello, We have the same problem.. is there any solution?