mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 11:06:23 +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.
|
AND check_dissolved = abap_false.
|
||||||
|
|
||||||
lr_attri->check_dissolved = abap_true.
|
lr_attri->check_dissolved = abap_true.
|
||||||
|
lr_attri->check_ready = abap_true.
|
||||||
DATA(lt_attri) = get_t_attri_by_struc( lr_attri->name ).
|
DATA(lt_attri) = get_t_attri_by_struc( lr_attri->name ).
|
||||||
INSERT LINES OF lt_attri INTO TABLE mt_attri.
|
INSERT LINES OF lt_attri INTO TABLE mt_attri.
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
|
@ -55,7 +55,7 @@ CLASS z2ui5_cl_fw_handler DEFINITION
|
||||||
END OF s_msg_toast,
|
END OF s_msg_toast,
|
||||||
BEGIN OF s_message_manager,
|
BEGIN OF s_message_manager,
|
||||||
t_message TYPE z2ui5_if_client=>ty_t_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,
|
END OF s_message_manager,
|
||||||
_viewmodel TYPE string,
|
_viewmodel TYPE string,
|
||||||
END OF ty_s_next2.
|
END OF ty_s_next2.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user