ivaldi / brimir

Email helpdesk built using Ruby on Rails and Zurb Foundation
http://getbrimir.com
GNU Affero General Public License v3.0
1.38k stars 299 forks source link

Split ticket is broken #447

Closed svoop closed 5 years ago

svoop commented 5 years ago

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 5 years ago

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 https://github.com/ivaldi/brimir/pull/216 already merged and #216 adds the text_content attribute.