Skip to content

Fix usage of MAX_LINES_TO_BE_RENDERED

Justin Boyson requested to merge jdb/fix-diffs-viewer-max-lines into master

What does this MR do?

In diffs/store/utils.js should be updating the viewer property of file. Since collapsed is not being updated properly the line limit set in diffs/constants.js is being ignored.

This MR removes the frontend check entirely since it is not being used and sets up support for #219565 (closed)

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Edited by Justin Boyson

Merge request reports