mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 07:16:10 +08:00
update binding (#906)
This commit is contained in:
parent
945318bb6d
commit
cbb0688496
|
@ -176,7 +176,8 @@ CLASS z2ui5_cl_core_bind_srv IMPLEMENTATION.
|
|||
METHOD get_client_name.
|
||||
|
||||
result = replace( val = mr_attri->name sub = `-` with = `/` occ = 0 ).
|
||||
result = replace( val = result sub = `>` with = `` ).
|
||||
result = replace( val = result sub = `>` with = `` occ = 0 ).
|
||||
* result = replace( val = result sub = `*` with = `` occ = 0 ).
|
||||
result = COND #( WHEN mv_type = z2ui5_if_core_types=>cs_bind_type-two_way
|
||||
THEN `/` && z2ui5_if_core_types=>cs_ui5-two_way_model )
|
||||
&& `/` && result.
|
||||
|
|
Loading…
Reference in New Issue
Block a user