dragonexpert / Trade-Feedback

A trade feedback system for MyBB.
4 stars 2 forks source link

feedback disappears when you try to edit it #11

Closed andrewjs18 closed 9 years ago

andrewjs18 commented 9 years ago

if you try to edit feedback that was already given, it wipes out any text that was left in the comment field. for example:

198 jul 19

199 jul 19

leefish commented 9 years ago

The issue is here https://github.com/dragonexpert/Trade-Feedback/blob/master/tradefeedback.php#L454

@dragonexpert the feedback comments are the input, so of course the field is empty on load. How do you want to handle this?

dragonexpert commented 9 years ago

$mybb->input['comments'] should be changed to $feedback['comments']