update binding (#906)

This commit is contained in:
oblomov 2024-02-19 16:01:45 +01:00 committed by GitHub
parent 945318bb6d
commit cbb0688496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.