Fix code inspector page navigation (#2883)

This commit is contained in:
Christian Günter 2019-08-22 07:22:11 +02:00 committed by Lars Hvam
parent 9a6e6e8b24
commit 13c227359a

View File

@ -194,8 +194,9 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_CODI_BASE IMPLEMENTATION.
lv_line_number_s TYPE string, lv_line_number_s TYPE string,
lv_line_number TYPE i. lv_line_number TYPE i.
lv_temp = iv_action. lv_temp = replace( val = iv_action
SHIFT lv_temp LEFT DELETING LEADING c_ci_sig. regex = |^{ c_ci_sig }|
with = `` ).
IF lv_temp <> iv_action. " CI navigation request detected IF lv_temp <> iv_action. " CI navigation request detected