X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FREST%2F1.0%2FForms%2Fattachment%2Fdefault;h=7519b046d84570dd5e4a52d0d5fadaa74b75045a;hb=31f3763747b82764bb019cfab5b2a2945fc9a99d;hp=3f9bd1b636f0da3e2587d1b6ac34ab8be96460d6;hpb=43a06151e47d2c59b833cbd8c26d97865ee850b6;p=freeside.git diff --git a/rt/share/html/REST/1.0/Forms/attachment/default b/rt/share/html/REST/1.0/Forms/attachment/default index 3f9bd1b63..7519b046d 100644 --- a/rt/share/html/REST/1.0/Forms/attachment/default +++ b/rt/share/html/REST/1.0/Forms/attachment/default @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -67,8 +67,10 @@ unless ( $attachment->Id eq $id ) { my @arglist = split( '/', $args || "" ); my $content; -if ( @argslist and $arglist[0] eq 'content' ) { +if ( @arglist and $arglist[0] eq 'content' ) { $c = $attachment->OriginalContent; + $r->content_type($attachment->ContentType) + if $attachment->ContentType !~ /^text\//; } else { my @data; push @data, [ id => "attachment/" . $attachment->Id ];