I'm trying to permit users to modify the message content of an existing 
transaction.

$Transaction->Message->First->SetContent(...) returns (0, 'Immutable field'). 
Variations on the theme, like $Transaction->ContentObj->SetContent(...) do the 
same.

I don't understand why. It's of type $RT::Attachment, and Attachment.pm says 

        Content => 
                {read => 1, write => 1, sql_type => -4, length => 0,  is_blob 
=> 1,  is_numeric => 0,  type => 'longtext', default => ''}

in &_CoreAccessible so it looks like I should be able to change it. It's not 
MySQL weirdness because I can manually update the contents and watch it show up 
on Display.html. What should I be doing? I'm using RT 3.6.1.

Thanks,
Tim Smith
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Reply via email to