mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Patch: fix regression
This commit is contained in:
parent
997ca1d139
commit
7f312f8634
|
@ -202,7 +202,7 @@ CLASS zcl_abapgit_html_action_utils IMPLEMENTATION.
|
||||||
|
|
||||||
DATA: lt_fields TYPE tihttpnvp.
|
DATA: lt_fields TYPE tihttpnvp.
|
||||||
|
|
||||||
ASSERT eg_file IS SUPPLIED OR eg_object IS SUPPLIED.
|
ASSERT eg_file IS SUPPLIED OR eg_object IS SUPPLIED OR ev_key IS SUPPLIED.
|
||||||
|
|
||||||
CLEAR: ev_key, eg_file, eg_object.
|
CLEAR: ev_key, eg_file, eg_object.
|
||||||
lt_fields = parse_fields_upper_case_name( iv_string ).
|
lt_fields = parse_fields_upper_case_name( iv_string ).
|
||||||
|
|
Loading…
Reference in New Issue
Block a user