ivaldi/brimir

Split ticket is broken

svoop opened this issue · 1 comments

svoop commented

Steps to Reproduce (Master Branch)

  1. Create a new ticket
  2. Add two replies to the ticket
  3. Hit the "Split off ticket" link

Result

screen shot 2018-10-11 at 15 23 32

@fiedl ping

fiedl commented

You are right, @svoop.

This is due to a merge error on my end. To resolve this, the line

text_content: self.text_content,

needs to be removed.

I didn't notice this issue, because I have #216 already merged and #216 adds the text_content attribute.