(SOLVED) OTRS attachments are renamed?

Moderator: crythias

Post Reply
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

(SOLVED) OTRS attachments are renamed?

Post by bayerex »

Hi all,

OTRS renames attachments. In the screenshot on the right you see the actual file name. On the left the attachment after saving the ticket. This is a problem because we often send customers files which must not be renamed.

How can we prevent this? Or is there any worksaround?
sshot-24.png
Many thanks in advance
You do not have the required permissions to view the files attached to this post.
Last edited by bayerex on 05 Dec 2013, 20:28, edited 1 time in total.
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: OTRS attachments are renamed?

Post by reneeb »

This is done in the File Kernel/System/Ticket/ArticleStorageFS.pm : https://github.com/OTRS/otrs/blob/rel-3 ... FS.pm#L278 You could delete that row... (But I haven't tested if there are any side effects!)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
bayerex
Znuny expert
Posts: 164
Joined: 03 Dec 2012, 00:30
Znuny Version: 3.2.7

Re: (SOLVED) OTRS attachments are renamed?

Post by bayerex »

That seems to have worked. Thanks for the tip!
Current Production Server (recently switched from Windows)
OTRS 3.2.7 on Ubuntu 12.04LTS 64bit
PHP 5.3.10-1ubuntu3.6
mysql Ver 14.14 Distrib 5.5.31

Previous Production Server:
Windows 2008
MySQL 5.1.51 Community Server
Strawberry Perl 5.12.3.0
Post Reply