Skip to content

Fixed hidden truncated diff lines not showing when expanded

Phil Hughes requested to merge mr-discussion-expanding-bug-fixes into master

What does this MR do?

Fixes collapsed discussions diff lines not showing when expanded. This is because the truncated_diff_lines property does not exist on the discussion when it gets expanded and is therefore not reactive. To make it reactive it gets added when the discussions are loaded.

Does this MR meet the acceptance criteria?

Edited by Filipa Lacerda

Merge request reports