That's it!
Thank you very much. I've searched the config section so often, but sometimes it's too often.
Search found 5 matches
- 29 Aug 2023, 10:51
- Forum: Help
- Topic: [SOLVED] Disable Reply button on notes
- Replies: 7
- Views: 3294
- 25 Aug 2023, 12:12
- Forum: Help
- Topic: [SOLVED] Disable Reply button on notes
- Replies: 7
- Views: 3294
Re: Disable Reply button on notes
Maybe it was a communication mistake from my side. The initial request was ment to disable the Reply button (dropdown) for the articel type "note", e. g. for the owner change. When the owner is changed, you are able to answer to this "note". I want to disable it, so that my cowor...
- 26 Jul 2023, 11:45
- Forum: Help
- Topic: [SOLVED] Disable Reply button on notes
- Replies: 7
- Views: 3294
Re: Disable Reply button on notes
Has anyone another idea?
Unfortunately it is still not working as requested
Unfortunately it is still not working as requested

- 19 Jul 2023, 09:28
- Forum: Help
- Topic: [SOLVED] Disable Reply button on notes
- Replies: 7
- Views: 3294
Re: Disable Reply button on notes
Thanks for the very fast reply. The "Reply to note" button is disabled now. I also need to disable the Reply Dropdown (I think it is AgentTicketCompose). I tried to modify the AgentTicketCompose.pm and added: if ( $Param{ChannelName} eq 'Internal') { # skip email notifications return; } It...
- 19 Jul 2023, 07:51
- Forum: Help
- Topic: [SOLVED] Disable Reply button on notes
- Replies: 7
- Views: 3294
[SOLVED] Disable Reply button on notes
Hello, we want to disable the reply button for the article type "note". How can we achieve this? disablereply_znuny.png - I tried ACLs and can disable the reply button for specific users, but not for the article type "note". - I also thought to change the source code, but couldn'...