This commit is contained in:
oblomov 2023-07-20 20:19:42 +02:00 committed by GitHub
parent 408ebac46a
commit 6dacb1fe49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -238,7 +238,7 @@ CLASS z2ui5_lcl_fw_handler DEFINITION.
selectionend TYPE string,
END OF s_cursor,
BEGIN OF s_timer,
interval_ms TYPE i,
interval_ms TYPE string,
event_finished TYPE string,
action_finished TYPE string,
END OF s_timer,
@ -1846,7 +1846,7 @@ CLASS z2ui5_lcl_fw_client IMPLEMENTATION.
result = `onEvent( { 'EVENT' : '` && val && `', 'METHOD' : 'UPDATE' , 'CHECK_VIEW_DESTROY' : ` && z2ui5_lcl_utility=>get_json_boolean( check_view_destroy ) && ` }`.
LOOP AT t_arg REFERENCE INTO DATA(lr_arg).
result = result && `, '` && lr_arg->* && `'`.
result = result && `, ` && lr_arg->*.
ENDLOOP.
result = result && ` )`.

View File

@ -131,7 +131,7 @@ INTERFACE z2ui5_if_client
METHODS timer_set
IMPORTING
interval_ms TYPE i
interval_ms TYPE clike
event_finished TYPE clike.
METHODS message_toast_display