mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
small fix to be consistent with other boolean prop (#1559)
Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
b37afef0e6
commit
69a742e9d3
|
@ -5760,7 +5760,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
ns = `core`
|
||||
t_prop = VALUE #( ( n = `value` v = value )
|
||||
( n = `key` v = key )
|
||||
( n = `writeToDom` v = writetodom ) ) ).
|
||||
( n = `writeToDom` v = z2ui5_cl_util=>boolean_abap_2_json( writetodom ) ) ) ).
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
@ -7041,7 +7041,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
|
|||
( n = `design` v = design )
|
||||
( n = `id` v = id )
|
||||
( n = `class` v = class )
|
||||
( n = `labelFor` v = labelfor )
|
||||
( n = `labelFor` v = labelfor )
|
||||
( n = `visible` v = z2ui5_cl_util=>boolean_abap_2_json( visible ) ) ) ).
|
||||
ENDMETHOD.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user