[18.0][ADD] helpdesk_ticket_partner_response_mail_autogenerated_header - #1051
Open
jans23 wants to merge 1 commit into
Open
Conversation
Contributor
|
Hi @peluko00, |
jans23
force-pushed
the
18.0-add-helpdesk_ticket_partner_response_mail_autogenerated_header
branch
from
June 22, 2026 14:51
e2f3c8d to
b7456dd
Compare
jans23
force-pushed
the
18.0-add-helpdesk_ticket_partner_response_mail_autogenerated_header
branch
from
June 22, 2026 15:00
b7456dd to
74e743d
Compare
Contributor
Author
|
@peluko00 it would be great if you could review this (small) module. |
|
Why do you need to modify the base module when you add a new module? |
Contributor
Author
|
This is to skip sending the response email if an auto-reply arrived which is functionality of the base module (helpdesk_ticket_partner_response). |
|
Please separate this [IMP] in another pr |
jans23
force-pushed
the
18.0-add-helpdesk_ticket_partner_response_mail_autogenerated_header
branch
from
June 25, 2026 10:06
74e743d to
0f145b7
Compare
Contributor
Author
|
Done in #1053. |
jans23
force-pushed
the
18.0-add-helpdesk_ticket_partner_response_mail_autogenerated_header
branch
from
July 29, 2026 14:43
0f145b7 to
5a9e300
Compare
Contributor
Author
|
@peluko00 now this goes green. Could you review, please? |
Contributor
Author
|
@peluko00 please check. Thanks. |
Contributor
Author
|
@marcelsavegnago could you review this too, please? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When an auto-generated email (e.g. an out-of-office reply carrying
Auto-Submitted: auto-repliedorX-Auto-Response-Suppress: AutoReply/All)is received on an existing helpdesk ticket, the ticket stage must not be
advanced automatically to avoid treating bot replies as genuine partner responses.
This module integrates
helpdesk_ticket_partner_responsewithmail_autogenerated_headerby overriding_skip_ticket_stage_update_from_autoreplyto detect such headers and suppress the stage update.
If follows a similar approach as #1050