mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 04:36:18 +08:00
fix message manager and binding (#529)
* update new naming * fix message manager and binding
This commit is contained in:
parent
cc1090a9b0
commit
a2ea5a29f3
|
@ -226,6 +226,7 @@ CLASS z2ui5_cl_fw_binding IMPLEMENTATION.
|
|||
AND check_dissolved = abap_false.
|
||||
|
||||
lr_attri->check_dissolved = abap_true.
|
||||
lr_attri->check_ready = abap_true.
|
||||
DATA(lt_attri) = get_t_attri_by_struc( lr_attri->name ).
|
||||
INSERT LINES OF lt_attri INTO TABLE mt_attri.
|
||||
ENDLOOP.
|
||||
|
|
|
@ -55,7 +55,7 @@ CLASS z2ui5_cl_fw_handler DEFINITION
|
|||
END OF s_msg_toast,
|
||||
BEGIN OF s_message_manager,
|
||||
t_message TYPE z2ui5_if_client=>ty_t_message_manager,
|
||||
check_clear TYPE string,
|
||||
check_clear TYPE abap_bool,
|
||||
END OF s_message_manager,
|
||||
_viewmodel TYPE string,
|
||||
END OF ty_s_next2.
|
||||
|
|
Loading…
Reference in New Issue
Block a user