[rt-users] Abusing RT::Attachment::SetContent doesn't work

2006-08-21 Thread Timothy Smith
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

Re: [rt-users] Abusing RT::Attachment::SetContent doesn't work

2006-08-21 Thread Jesse Vincent
On Mon, Aug 21, 2006 at 02:13:19PM -0400, Timothy Smith wrote: 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