uvdesk / mailbox-component

The Mailbox component provides tools that allows your helpdesk to process tickets from multiple email sources.
MIT License
22 stars 38 forks source link

Update MailboxService.php #108

Closed PeopleInside closed 6 months ago

PeopleInside commented 10 months ago

Ticket Count showing zeros https://forums.uvdesk.com/post/4145

Fix suggested by https://forums.uvdesk.com/user/far2

1. Why is this change necessary?

Sometimes ticket counter is showed as 0 when is not

2. What does this change do, exactly?


This writes "No Subject" to the subject column in the database instead of null.

Fix suggested by https://forums.uvdesk.com/user/far2 I'm just reporting here.

You can check the post here: Ticket Count showing zeros https://forums.uvdesk.com/post/4145

3. Please link to the relevant issues (if any).

This change should be tested, I never tested it. Developers need check if this change will be ok.