Hi,
I inherited the Znuny-System I have to work with.
Most of the time I can change the things I need and everythings works fine.
But in my Setup the "Inform Customer" Checkbox in the Merge-Dialog is checked by default.
I found this in the forum:
viewtopic.php?t=28146
So it seems that the default is that the checkbox is not marked, correct?
In my conclusion that means that somebody must have set up the checkbox as default marked hardcoded.
Is there an "easy"-way to undo that?
Thanks for you help.
Best wishes
Dennis
Default not to "inform customer" when merging tickets
Moderator: crythias
-
FantasticNerd
- Znuny newbie
- Posts: 24
- Joined: 24 Mar 2025, 14:32
- Znuny Version: 6.5 LTS
- Real Name: Dennis
-
root
- Administrator
- Posts: 4342
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Default not to "inform customer" when merging tickets
Hi,
It's not checked by default. The checkbox is set when you open the "Inform Sender" block the first time. Just leave it as it is and no email is sent.
- root
It's not checked by default. The checkbox is set when you open the "Inform Sender" block the first time. Just leave it as it is and no email is sent.
- root
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
-
FantasticNerd
- Znuny newbie
- Posts: 24
- Joined: 24 Mar 2025, 14:32
- Znuny Version: 6.5 LTS
- Real Name: Dennis
Re: Default not to "inform customer" when merging tickets
Hi,
thanks for the quick answer.
The thing is. In our Znuny System 6.5 LTS the checkbox is checked anytime anybody opens the merge dialog.
We uncheck it every time. We would rather have it unchecked anready and only check it when nessessary.
And this is why I asked how to set the default.
The setting must me stored somewhere and I hope somebody can point me there.
thanks for the quick answer.
The thing is. In our Znuny System 6.5 LTS the checkbox is checked anytime anybody opens the merge dialog.
We uncheck it every time. We would rather have it unchecked anready and only check it when nessessary.
And this is why I asked how to set the default.
The setting must me stored somewhere and I hope somebody can point me there.
-
root
- Administrator
- Posts: 4342
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Default not to "inform customer" when merging tickets
It's Javascript code that check this on open, and this code is used in other places too.FantasticNerd wrote: ↑05 Aug 2026, 15:29 Hi,
thanks for the quick answer.
The thing is. In our Znuny System 6.5 LTS the checkbox is checked anytime anybody opens the merge dialog.
We uncheck it every time. We would rather have it unchecked anready and only check it when nessessary.
And this is why I asked how to set the default.
The setting must me stored somewhere and I hope somebody can point me there.
Your options are:
- Train the agents properly.
- Restrict merging to users who know how it works. I recommend a group/role for this.
- Customize the merge feature, try copying Kernel/Output/HTML/Templates/Standard/AgentTicketMerge.tt to Custom/Kernel/Output/HTML/Templates/Standard/AgentTicketMerge.tt and adopt the template code.
- root
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?