pjdavis / roart

Interface for working with Request Tracker (RT) tickets inspired by ActiveRecord.
28 stars 15 forks source link

Not working when using new-lines in ticket fields #2

Closed axtro closed 14 years ago

axtro commented 14 years ago

Ticket creation fails if any field contains new lines. It seems that RT expects new-lines to be space-padded in order to distinguish them from the beginning of a new field. I have a commit at http://github.com/axtro/roart/commit/cd7dd269f6c0706921409654f9c6668332601382 which fixes this.

pjdavis commented 14 years ago

Awesome, thanks for the patch :) This is fixed.