Diff/Patch: Improve beacons follow-up (#5933)

This commit is contained in:
Marc Bernard 2022-12-13 09:18:56 -05:00 committed by GitHub
parent 533c9fbdaf
commit 95eff62dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1025,7 +1025,7 @@ CLASS zcl_abapgit_gui_page_diff IMPLEMENTATION.
" Get line where diff really starts
READ TABLE lt_diffs ASSIGNING <ls_diff_line> INDEX lv_tabix + 8.
IF sy-subrc <> 0.
<ls_diff_line> = <ls_diff>.
ASSIGN <ls_diff_line> TO <ls_diff>.
ENDIF.
ri_html->add( render_beacon( is_diff_line = <ls_diff_line>
is_diff = is_diff ) ).