Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 5, 2024
1 parent 8256f9b commit 51d51d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/01/02/01/z2ui5_cl_core_event_srv.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ CLASS z2ui5_cl_core_event_srv IMPLEMENTATION.

result = |{ z2ui5_if_core_types=>cs_ui5-event_backend_function }(['{ val }'|.

* IF s_cnt-model_name IS NOT INITIAL.
* IF s_cnt-check_allow_multi_req = abap_true.
* IF s_cnt-check_view_destroy = abap_true.
* result = result && `,true,true, "` && s_cnt-model_name && `"`.
* ELSE.
* result = result && `,false,true, "` && s_cnt-model_name && `"`.
* ENDIF.
* ELSE.
* result = result && `,false,false, "` && s_cnt-model_name && `"`.
* ENDIF.
IF s_cnt-check_allow_multi_req = abap_true.
IF s_cnt-check_view_destroy = abap_true.
result = result && `,true,true`.
Expand Down
1 change: 0 additions & 1 deletion src/02/z2ui5_if_types.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ INTERFACE z2ui5_if_types
BEGIN OF ty_s_event_control,
check_view_destroy TYPE abap_bool,
check_allow_multi_req TYPE abap_bool,
* model_name TYPE string,
END OF ty_s_event_control.

ENDINTERFACE.

0 comments on commit 51d51d8

Please sign in to comment.